mirror of https://github.com/ArduPilot/ardupilot
Tools: make CI output junit xml results
This commit is contained in:
parent
507c27b5a4
commit
1d7d6328bb
|
@ -89,7 +89,7 @@ function run_autotest() {
|
||||||
if [ "$NAME" == "Examples" ]; then
|
if [ "$NAME" == "Examples" ]; then
|
||||||
w="$w --speedup=5 --timeout=14400 --debug --no-clean"
|
w="$w --speedup=5 --timeout=14400 --debug --no-clean"
|
||||||
fi
|
fi
|
||||||
Tools/autotest/autotest.py --show-test-timings --waf-configure-args="$w" "$BVEHICLE" "$RVEHICLE"
|
Tools/autotest/autotest.py --show-test-timings --junit --waf-configure-args="$w" "$BVEHICLE" "$RVEHICLE"
|
||||||
ccache -s && ccache -z
|
ccache -s && ccache -z
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue