|
|
|
@ -73,7 +73,7 @@ function run_autotest() {
@@ -73,7 +73,7 @@ function run_autotest() {
|
|
|
|
|
if [ "x$CI_BUILD_DEBUG" != "x" ]; then |
|
|
|
|
w="$w --debug" |
|
|
|
|
fi |
|
|
|
|
Tools/autotest/autotest.py --waf-configure-args="$w" "$BVEHICLE" "$RVEHICLE" |
|
|
|
|
Tools/autotest/autotest.py --show-test-timings --waf-configure-args="$w" "$BVEHICLE" "$RVEHICLE" |
|
|
|
|
ccache -s && ccache -z |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|