From 29e8d17e2ca8650c5e3de65b4ca52cbd8a020e82 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sat, 28 Dec 2019 21:14:33 +1100 Subject: [PATCH] Tools: show test timings in CI output --- Tools/scripts/build_ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/scripts/build_ci.sh b/Tools/scripts/build_ci.sh index 51c580f490..d857e752e7 100755 --- a/Tools/scripts/build_ci.sh +++ b/Tools/scripts/build_ci.sh @@ -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 }