tests: don't limit the valgrind tracebacks to 12 frames
authorLubomir Rintel <lkundrak@v3.sk>
Thu, 4 Jun 2015 10:26:25 +0000 (12:26 +0200)
committerLubomir Rintel <lkundrak@v3.sk>
Thu, 4 Jun 2015 12:29:10 +0000 (14:29 +0200)
The glib tracebacks are typically longer.

tools/run-test-valgrind.sh

index 1b4e2c2..0cdada7 100755 (executable)
@@ -26,6 +26,7 @@ $LIBTOOL --mode=execute "$VALGRIND" \
        --leak-check=full \
        --gen-suppressions=all \
        --suppressions="$SUPPRESSIONS" \
+       --num-callers=100 \
        --log-file="$LOGFILE" \
        "$@"
 RESULT=$?