summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2015-06-04 12:26:25 +0200
committerLubomir Rintel <lkundrak@v3.sk>2015-06-04 14:29:10 +0200
commitd909e76d9ea21c74e1db9a5e671794a0b1234ad1 (patch)
tree530daf98095809c15974e9f5a985e62a105172d5 /tools
parent0554474720960a12c46a4cdddd8c69d79fcbc250 (diff)
downloadNetworkManager-d909e76d9ea21c74e1db9a5e671794a0b1234ad1.tar.gz
tests: don't limit the valgrind tracebacks to 12 frames
The glib tracebacks are typically longer.
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=$?