From: sgunderson@bigfoot.com <> Date: Wed, 6 Sep 2006 14:54:33 +0000 (+0200) Subject: Don't need to run the full battery of tests every time. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9818ec21274c4d61d278cf7d25a3f6d781fcc1d3;p=xml-template Don't need to run the full battery of tests every time. --- diff --git a/tests/test.sh b/tests/test.sh index 2587b44..539dd50 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -1,7 +1,11 @@ #! /bin/sh -TESTS="passthru simple clone include attribute attribute2" -LANGUAGES="perl php python" +if [ -z "$TESTS" ]; then + TESTS="passthru simple clone include attribute attribute2" +fi +if [ -z "$LANGUAGES" ]; then + LANGUAGES="perl php python" +fi for L in $LANGUAGES; do for T in $TESTS; do