X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Frun_pazpar2.sh;h=0dadcb188b6809805a85cc47ce55abbc55a2a713;hb=4e5673219d83b737ab1cca4c61ee6669cf92f3aa;hp=28e81aa3f245907c82aa7c02b8398223f494a117;hpb=3322eccb654b3ebd547ba48b8c49c99db54e484c;p=pazpar2-moved-to-github.git diff --git a/test/run_pazpar2.sh b/test/run_pazpar2.sh index 28e81aa..0dadcb1 100755 --- a/test/run_pazpar2.sh +++ b/test/run_pazpar2.sh @@ -78,6 +78,9 @@ for f in `cat ${srcdir}/${URLS}`; do OUT2=${PREFIX}_${testno}.log DIFF=${PREFIX}_${testno}.dif rm -f $OUT2 $DIFF + if [ -n "$DEBUG" ] ; then + echo "test $testno: $f" + fi if test -n "${postfile}"; then eval $POST else @@ -102,6 +105,9 @@ for f in `cat ${srcdir}/${URLS}`; do testno=`expr $testno + 1` postfile= elif echo $f | grep '^[0-9]' >/dev/null; then + if [ -n "$DEBUG" ] ; then + echo "Sleeping $f" + fi sleep $f else if test -f $srcdir/$f; then