From d8ea2f8c4b16d52d16d089de384b890c2201311f Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Thu, 28 Jan 2010 20:57:52 +0200 Subject: [PATCH] run-tests.sh: Print the test name correctly when VERBOSE=1 --- test/scripts/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4