From: Adam Dickmeiss Date: Tue, 29 Mar 2011 08:58:05 +0000 (+0200) Subject: Add --num-callers=30 in valgrind mode for test X-Git-Tag: v1.5.6~15^2~2 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=fd0bcebdc0e1a35b5983411b766993b5edc1cb8a;p=pazpar2-moved-to-github.git Add --num-callers=30 in valgrind mode for test --- diff --git a/test/run_pazpar2.sh b/test/run_pazpar2.sh index f5f9f8e..ac1521b 100755 --- a/test/run_pazpar2.sh +++ b/test/run_pazpar2.sh @@ -57,7 +57,7 @@ URLS=${PREFIX}.urls VALGRINDLOG=${PREFIX}_valgrind.log if test -n "$PAZPAR2_USE_VALGRIND"; then - valgrind --show-reachable=yes --leak-check=full --log-file=$VALGRINDLOG ../src/pazpar2 -X -l pazpar2.log -f ${CFG} >extra_pazpar2.log 2>&1 & + valgrind --num-callers=30 --show-reachable=yes --leak-check=full --log-file=$VALGRINDLOG ../src/pazpar2 -X -l pazpar2.log -f ${CFG} >extra_pazpar2.log 2>&1 & elif test -n "$SKIP_PAZPAR2"; then echo "Skipping pazpar2. Must already be running with correct config!!! " else