Tools: make CI output junit xml results

This commit is contained in:
Pierre Kancir 2023-10-19 22:41:50 +02:00 committed by Peter Barker
parent 507c27b5a4
commit 1d7d6328bb
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ function run_autotest() {
if [ "$NAME" == "Examples" ]; then
w="$w --speedup=5 --timeout=14400 --debug --no-clean"
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
}