From: Daniel Stenberg Date: Sat, 29 Jan 2005 13:06:31 +0000 (+0000) Subject: when using valgrind, include a much longer stack trace X-Git-Tag: curl-7_13_0~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0859cd24440d5d3fe49b4a68da70eb14ce08d950;p=thirdparty%2Fcurl.git when using valgrind, include a much longer stack trace --- diff --git a/tests/runtests.pl b/tests/runtests.pl index e26da06c90..d69e9b3327 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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";