Add --show-reachable=yes in valgrind mode for test
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 29 Mar 2011 08:24:51 +0000 (10:24 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 29 Mar 2011 08:24:51 +0000 (10:24 +0200)
test/run_pazpar2.sh

index 33ce05b..f5f9f8e 100755 (executable)
@@ -57,7 +57,7 @@ URLS=${PREFIX}.urls
 VALGRINDLOG=${PREFIX}_valgrind.log
 
 if test -n "$PAZPAR2_USE_VALGRIND"; then
-    valgrind --leak-check=full --log-file=$VALGRINDLOG ../src/pazpar2 -X -l pazpar2.log -f ${CFG} >extra_pazpar2.log 2>&1 &
+    valgrind --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