Highlight test filenames when running valgrind

This commit is contained in:
Max Brunsfeld 2014-08-30 21:39:03 -07:00
parent ccbf4fb5da
commit 3ea9f709a4

View file

@ -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