mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08: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