[tracker] functional-tests: Print the current test name before running it



commit b144d2f43c86d0e35d6a807999a2d6f05003b822
Author: Ivan Frade <ivan frade gmail com>
Date:   Thu Aug 25 11:31:01 2011 +0300

    functional-tests: Print the current test name before running it

 tests/functional-tests/test-runner.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tests/functional-tests/test-runner.sh b/tests/functional-tests/test-runner.sh
index 2a3a018..d240f16 100755
--- a/tests/functional-tests/test-runner.sh
+++ b/tests/functional-tests/test-runner.sh
@@ -7,5 +7,6 @@ if test -h /targets/links/scratchbox.config ; then
 
     meego-run $@
 else
+    echo "Running $@"
     $@
 fi ;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]