]> git.sesse.net Git - xml-template/commitdiff
Make the test suite output slightly easier (?) to read.
authorsgunderson@bigfoot.com <>
Wed, 6 Sep 2006 16:11:42 +0000 (18:11 +0200)
committersgunderson@bigfoot.com <>
Wed, 6 Sep 2006 16:11:42 +0000 (18:11 +0200)
tests/test.sh

index 539dd5086102a77d0e0635497ea802395a5cfa74..dc166586723799a8af9f6f29c56d714760e53488 100755 (executable)
@@ -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