diff --git a/script/util/run_tests.sh b/script/util/run_tests.sh index 85d60997..4ecc4aa0 100644 --- a/script/util/run_tests.sh +++ b/script/util/run_tests.sh @@ -55,7 +55,8 @@ function run_tests { --suppressions=./etc/valgrind.supp \ --dsymutil=yes \ $cmd \ - $args + $args 2>&1 | \ + grep --color -E '\w+_specs?.cc:\d+|$' elif [[ -n $debug ]]; then if which -s gdb; then