From: sgunderson@bigfoot.com <> Date: Wed, 6 Sep 2006 14:20:53 +0000 (+0200) Subject: Run PHP4 tests with -q, to avoid trying to diff non-XML. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=78fcdd0a29fca73602a8dde0b10865023794f6df;p=xml-template Run PHP4 tests with -q, to avoid trying to diff non-XML. --- diff --git a/tests/test.sh b/tests/test.sh index 269f2f8..14f26a9 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -12,7 +12,7 @@ for L in $LANGUAGES; do perl -I../perl ../perl/$T.pl > $TEMPFILE fi if [ "$L" = "php" ]; then - php4-cgi ../php/$T.php > $TEMPFILE + php4-cgi -q ../php/$T.php > $TEMPFILE fi if [ "$L" = "python" ]; then python ../python/$T.py > $TEMPFILE