summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-29 13:06:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-29 13:06:31 +0000
commit0859cd24440d5d3fe49b4a68da70eb14ce08d950 (patch)
treeabf7d273cae9106ef623b17bed2023932a1c333c
parent59b45a90cc04695d862d59d1d84126ad6cdf5f59 (diff)
downloadgnurl-0859cd24440d5d3fe49b4a68da70eb14ce08d950.tar.gz
gnurl-0859cd24440d5d3fe49b4a68da70eb14ce08d950.tar.bz2
gnurl-0859cd24440d5d3fe49b4a68da70eb14ce08d950.zip
when using valgrind, include a much longer stack trace
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index e26da06c9..d69e9b332 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";