runtests: add suppression generator help
Leave the valgrind --gen-suppressions option in there, commented, to make it easier for next update.
This commit is contained in:
parent
225ec4312f
commit
5204b45ff9
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user