From: Adam Dickmeiss Date: Thu, 3 Jul 2014 10:40:36 +0000 (+0200) Subject: Fix problem with first-time test and testno=1 X-Git-Tag: v1.7.1~20 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=43550fa8a878b955a4d09369bdd414ec2e806d57;p=pazpar2-moved-to-github.git Fix problem with first-time test and testno=1 --- diff --git a/test/run_pazpar2.sh b/test/run_pazpar2.sh index ec9932d..c95775f 100755 --- a/test/run_pazpar2.sh +++ b/test/run_pazpar2.sh @@ -145,7 +145,7 @@ else sec=1 maxrounds=10 fi -LEVELS=loglevel,fatal,warn,log,debug,notime,zoom,zoomdetails +LEVELS=loglevel,fatal,warn,log,debug,zoom,zoomdetails if 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=$! @@ -216,10 +216,11 @@ for f in `cat ${srcdir}/${URLS}`; do fi fi else - if test $rounds -eq 0; then + if test $testno -eq 1 -o $rounds -eq 0; then echo "${PREFIX} $testno: Making for the first time" mv $OUT2 $OUT1 code=1 + rounds=0 fi fi if test $rounds -gt 0; then