From 5c823f51dbbd15193350ae9efa94175abee92894 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 21 Dec 2016 15:10:14 +0100 Subject: runtests: remove the valgrind parser Old legacy parsing that 1) hid problems for us and 2) probably isn't needed anymore. --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/runtests.pl') diff --git a/tests/runtests.pl b/tests/runtests.pl index cd6840c52..583ba3b7f 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -3594,7 +3594,7 @@ sub singletest { $usevalgrind = 1; my $valgrindcmd = "$valgrind "; $valgrindcmd .= "$valgrind_tool " if($valgrind_tool); - $valgrindcmd .= "--leak-check=yes "; + $valgrindcmd .= "--quiet --leak-check=yes "; $valgrindcmd .= "--suppressions=$srcdir/valgrind.supp "; # $valgrindcmd .= "--gen-suppressions=all "; $valgrindcmd .= "--num-callers=16 "; -- cgit v1.2.3