]> git.sesse.net Git - xml-template/blobdiff - tests/test.sh
Make the test suite output slightly easier (?) to read.
[xml-template] / 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