mirror of
https://github.com/curl/curl.git
synced 2026-07-16 11:07:17 +03:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue