mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-09 01:13:57 -04:00
Tools: show test timings in CI output
This commit is contained in:
parent
5d70af3f76
commit
29e8d17e2c
@ -73,7 +73,7 @@ function run_autotest() {
|
|||||||
if [ "x$CI_BUILD_DEBUG" != "x" ]; then
|
if [ "x$CI_BUILD_DEBUG" != "x" ]; then
|
||||||
w="$w --debug"
|
w="$w --debug"
|
||||||
fi
|
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
|
ccache -s && ccache -z
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user