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: 1.0_branch~162^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d8ea2f8c4b16d52d16d089de384b890c2201311f;p=profile%2Fivi%2Fjansson.git 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