From: sgunderson@bigfoot.com <> Date: Wed, 6 Sep 2006 16:11:42 +0000 (+0200) Subject: Make the test suite output slightly easier (?) to read. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=724e90698f6073da13091d7d47dd17429370991a;p=xml-template Make the test suite output slightly easier (?) to read. --- diff --git a/tests/test.sh b/tests/test.sh index 539dd50..dc16658 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -9,7 +9,7 @@ fi for L in $LANGUAGES; do for T in $TESTS; do - echo -n "Testing $L/$T... " + printf "%-30s" "Testing $L/$T..." TEMPFILE=$( tempfile ) if [ "$L" = "perl" ]; then