run-tests.sh: Print the test name correctly when VERBOSE=1
[jansson.git] / 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