Skip to content

Commit d1963e5

Browse files
committed
Remove valgrind suppression file now that openssl 1.0.2 is built with PURIFY for tests
1 parent 215a510 commit d1963e5

2 files changed

Lines changed: 1 addition & 14164 deletions

File tree

scripts/valgrind-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ printf "Running valgrind test on individual unit test:\n"
1212
printf "(note use -DPURIFY with OpenSSL 1.0.2h)\n"
1313
while [[ $i -le $END ]]; do
1414
printf "testing case $i ..."
15-
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
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
1616
if [ $? != 0 ]; then
1717
printf "failed\n"
1818
cat $LOGFILE

0 commit comments

Comments
 (0)