mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
when using valgrind, include a much longer stack trace
This commit is contained in:
parent
59b45a90cc
commit
0859cd2444
@ -1146,7 +1146,7 @@ sub singletest {
|
||||
}
|
||||
|
||||
if($valgrind) {
|
||||
$CMDLINE = "valgrind ".$valgrind_tool."--leak-check=yes --logfile=log/valgrind$testnum $CMDLINE";
|
||||
$CMDLINE = "valgrind ".$valgrind_tool."--leak-check=yes --num-callers=16 --logfile=log/valgrind$testnum $CMDLINE";
|
||||
}
|
||||
|
||||
$CMDLINE .= "$cmdargs >>$STDOUT 2>>$STDERR";
|
||||
|
Loading…
Reference in New Issue
Block a user