]> git.sesse.net Git - xml-template/blobdiff - tests/test.sh
Run PHP4 tests with -q, to avoid trying to diff non-XML.
[xml-template] / 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