Rewrote the search parsing and moved the ZOOM option sortby2 configuration to later
[pazpar2-moved-to-github.git] / test / run_pazpar2.sh
index fe58c6a..f62c082 100755 (executable)
@@ -102,7 +102,7 @@ for f in `cat ${srcdir}/${URLS}`; do
        if test ! -f $OUT2; then
            touch $OUT2
        fi
-       if test -f $OUT1; then
+       if test -f $OUT1 -a -z "$PAZPAR2_OVERRIDE_TEST"; then
            if diff $OUT1 $OUT2 >$DIFF; then
                rm $DIFF
            else