X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Frun_pazpar2.sh;h=226e5d49181bb74d92101cec905784672306a095;hb=c61904671e969a32a7f9d38a523f7abaa2b371fd;hp=c0b8f851d89097f591754a4e8f0b8634bbc1fb83;hpb=d7d66d537cd144f556fb8316ef6fd483b142e1f6;p=pazpar2-moved-to-github.git diff --git a/test/run_pazpar2.sh b/test/run_pazpar2.sh index c0b8f85..226e5d4 100755 --- a/test/run_pazpar2.sh +++ b/test/run_pazpar2.sh @@ -156,7 +156,7 @@ else sec=1 maxrounds=10 fi -LEVELS=loglevel,fatal,warn,log,debug,zoom,zoomdetails +LEVELS=loglevel,fatal,warn,log,debug,zoom,zoomdetails,http,iochan if test "$PERF_PROG"; then eval $PERF_PROG ../src/pazpar2 -p pazpar2.pid -X -l ${PREFIX}_pazpar2.log -f ${srcdir}/${CFG} >${PREFIX}_extra_pazpar2.log 2>&1 & PP2PID=$! @@ -168,7 +168,7 @@ if test "$PERF_PROG"; then elif test -n "$PAZPAR2_USE_VALGRIND"; then valgrind --num-callers=30 --show-reachable=yes --leak-check=full --log-file=$VALGRINDLOG ../src/pazpar2 -v $LEVELS -X -l ${PREFIX}_pazpar2.log -f ${CFG} >${PREFIX}_extra_pazpar2.log 2>&1 & PP2PID=$! - sleep 0.01 + sleep 10 WAIT=400 elif test -n "$SKIP_PAZPAR2"; then echo "${PREFIX}: not starting Pazpar2 (should be running already)"