From: Petri Lehtinen Date: Thu, 28 Jan 2010 18:57:52 +0000 (+0200) Subject: run-tests.sh: Print the test name correctly when VERBOSE=1 X-Git-Tag: v1.2.1~13 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=jansson.git;a=commitdiff_plain;h=d8ea2f8c4b16d52d16d089de384b890c2201311f run-tests.sh: Print the test name correctly when VERBOSE=1 --- diff --git a/test/scripts/run-tests.sh b/test/scripts/run-tests.sh index 2559766..5d140ff 100644 --- a/test/scripts/run-tests.sh +++ b/test/scripts/run-tests.sh @@ -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