Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
authorDennis Schafroth <dennis@indexdata.com>
Thu, 17 Jun 2010 15:19:34 +0000 (17:19 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Thu, 17 Jun 2010 15:19:34 +0000 (17:19 +0200)
Conflicts:
test/test_http_49.res

Restore to new test result.

1  2 
test/run_pazpar2.sh

@@@ -78,6 -78,6 +78,9 @@@ for f in `cat ${srcdir}/${URLS}`; d
        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
        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