]> git.sesse.net Git - xml-template/commitdiff
Run PHP4 tests with -q, to avoid trying to diff non-XML.
authorsgunderson@bigfoot.com <>
Wed, 6 Sep 2006 14:20:53 +0000 (16:20 +0200)
committersgunderson@bigfoot.com <>
Wed, 6 Sep 2006 14:20:53 +0000 (16:20 +0200)
tests/test.sh

index 269f2f8c1cf66864b67cf48151aa936c072eced0..14f26a9bacc7b2520b19db4c7ad2d1da5f49f2d3 100755 (executable)
@@ -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