We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83de6f8 commit 7215e01Copy full SHA for 7215e01
test/test_valgrind.sh
@@ -94,6 +94,8 @@ for test in $TESTS; do
94
ERR=${test}.err
95
NAME=$(basename $test)
96
SUP="${WORKSPACE}/test/supp/${TOOL}-${NAME}.supp"
97
+ echo "------ NAME: $NAME"
98
+ echo "------ SUPP: $SUP"
99
OPT_SUP=""
100
[ -f ${SUP} ] && OPT_SUP="--suppressions=${SUP}" && echo -n "($(basename ${SUP})) "
101
0 commit comments