Files
edx-platform/scripts/jenkins-report.sh
2015-05-04 10:58:25 -04:00

10 lines
241 B
Bash
Executable File

#!/usr/bin/env bash
source scripts/jenkins-common.sh
# Run coverage again to get the diff coverage report
paver diff_coverage
# JUnit test reporter will fail the build
# if it thinks test results are old
touch `find . -name *.xml` || true