From 5204b45ff9973e93b94019c652fb7d50e3cf97f1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 5 Feb 2014 23:48:44 +0100 Subject: runtests: add suppression generator help Leave the valgrind --gen-suppressions option in there, commented, to make it easier for next update. --- tests/runtests.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/runtests.pl') diff --git a/tests/runtests.pl b/tests/runtests.pl index c29aeaf52..44b22d75c 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -3368,6 +3368,7 @@ sub singletest { $valgrindcmd .= "$valgrind_tool " if($valgrind_tool); $valgrindcmd .= "--leak-check=yes "; $valgrindcmd .= "--suppressions=$srcdir/valgrind.supp "; + # $valgrindcmd .= "--gen-suppressions=all "; $valgrindcmd .= "--num-callers=16 "; $valgrindcmd .= "${valgrind_logfile}=$LOGDIR/valgrind$testnum"; $CMDLINE = "$valgrindcmd $CMDLINE"; -- cgit v1.2.3