We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50bf838 commit 8cf147fCopy full SHA for 8cf147f
2 files changed
scripts/valgrind-test.sh
@@ -12,7 +12,7 @@ printf "Running valgrind test on individual unit test:\n"
12
printf "(note use -DPURIFY with OpenSSL 1.0.2h)\n"
13
while [[ $i -le $END ]]; do
14
printf "testing case $i ..."
15
- valgrind --tool=memcheck --track-origins=yes --leak-check=full --error-exitcode=5 --log-fd=9 --leak-check=full --show-leak-kinds=all ./test/unit.test --valgrind --static $i &> $LOGFILE
+ valgrind --tool=memcheck --track-origins=yes --leak-check=full --suppressions=./test/vg-we.supp --error-exitcode=5 --log-fd=9 --leak-check=full --show-leak-kinds=all ./test/unit.test --valgrind --static $i &> $LOGFILE
16
if [ $? != 0 ]; then
17
printf "failed\n"
18
cat $LOGFILE
0 commit comments