]> granicus.if.org Git - curl/commitdiff
runtests: add suppression generator help
authorDaniel Stenberg <daniel@haxx.se>
Wed, 5 Feb 2014 22:48:44 +0000 (23:48 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 5 Feb 2014 22:48:44 +0000 (23:48 +0100)
Leave the valgrind --gen-suppressions option in there, commented, to
make it easier for next update.

tests/runtests.pl

index c29aeaf52528be1e88254e5bd2c48222556586c0..44b22d75cfcb418cc982cd01917901a7ab1fd66d 100755 (executable)
@@ -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";