Skip to content

Commit

Permalink
when using valgrind, include a much longer stack trace
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jan 29, 2005
1 parent 59b45a9 commit 0859cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runtests.pl
Expand Up @@ -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";
Expand Down

0 comments on commit 0859cd2

Please sign in to comment.