summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run-test-valgrind.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run-test-valgrind.sh b/tools/run-test-valgrind.sh
index 1b4e2c2f9b..0cdada7b6b 100755
--- a/tools/run-test-valgrind.sh
+++ b/tools/run-test-valgrind.sh
@@ -26,6 +26,7 @@ $LIBTOOL --mode=execute "$VALGRIND" \
--leak-check=full \
--gen-suppressions=all \
--suppressions="$SUPPRESSIONS" \
+ --num-callers=100 \
--log-file="$LOGFILE" \
"$@"
RESULT=$?