mirror of
https://github.com/curl/curl.git
synced 2026-04-18 20:11:42 +03:00
runtests.pl: make VPATH builds find valgrind.supp
This commit is contained in:
parent
0e1855d9d3
commit
ccb34cb46d
1 changed files with 1 additions and 1 deletions
|
|
@ -3084,7 +3084,7 @@ sub singletest {
|
|||
my $valgrindcmd = "$valgrind ";
|
||||
$valgrindcmd .= "$valgrind_tool " if($valgrind_tool);
|
||||
$valgrindcmd .= "--leak-check=yes ";
|
||||
$valgrindcmd .= "--suppressions=valgrind.supp ";
|
||||
$valgrindcmd .= "--suppressions=$srcdir/valgrind.supp ";
|
||||
$valgrindcmd .= "--num-callers=16 ";
|
||||
$valgrindcmd .= "${valgrind_logfile}=$LOGDIR/valgrind$testnum";
|
||||
$CMDLINE = "$valgrindcmd $CMDLINE";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue