Highlight test filenames when running valgrind
This commit is contained in:
parent
ccbf4fb5da
commit
3ea9f709a4
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue