Commit 5204b45f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

runtests: add suppression generator help

Leave the valgrind --gen-suppressions option in there, commented, to
make it easier for next update.
parent 225ec431
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";