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



commit 08350f7a3789aaf9cd300ca719ae055e9af2da57
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]