Skip to content

Commit 7215e01

Browse files
committed
TEST
1 parent 83de6f8 commit 7215e01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_valgrind.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ for test in $TESTS; do
9494
ERR=${test}.err
9595
NAME=$(basename $test)
9696
SUP="${WORKSPACE}/test/supp/${TOOL}-${NAME}.supp"
97+
echo "------ NAME: $NAME"
98+
echo "------ SUPP: $SUP"
9799
OPT_SUP=""
98100
[ -f ${SUP} ] && OPT_SUP="--suppressions=${SUP}" && echo -n "($(basename ${SUP})) "
99101

0 commit comments

Comments
 (0)