aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-12-21 15:10:14 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-12-21 23:42:43 +0100
commit5c823f51dbbd15193350ae9efa94175abee92894 (patch)
tree1c09a627079ffefb178864ad5816cb47425e2160 /tests/runtests.pl
parentf81b2277a8e7e9ce8809ccd30c25b8aa72101215 (diff)
runtests: remove the valgrind parser
Old legacy parsing that 1) hid problems for us and 2) probably isn't needed anymore.
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
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 ";