run-tests.sh: Print the test name correctly when VERBOSE=1
authorPetri Lehtinen <petri@digip.org>
Thu, 28 Jan 2010 18:57:52 +0000 (20:57 +0200)
committerPetri Lehtinen <petri@digip.org>
Thu, 28 Jan 2010 18:57:52 +0000 (20:57 +0200)
test/scripts/run-tests.sh

index 2559766..5d140ff 100644 (file)
@@ -29,7 +29,7 @@ for test_path in $suite_srcdir/*; do
     rm -rf $test_log
     mkdir -p $test_log
     if [ $VERBOSE -eq 1 ]; then
-        echo -n "$name... "
+        echo -n "$test_name... "
     fi
 
     if run_test; then