This patch fixes two minor issues in run.sh
1. Adds list option to the usage() command.
2. Remove java from "all" tests to be run.
Signed-Off-By: Chirag <[EMAIL PROTECTED]>
run.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testcases/realtime/run.sh b/testcases/realtime/run.sh
index ce0070d..58fbd15 100755
--- a/testcases/realtime/run.sh
+++ b/testcases/realtime/run.sh
@@ -39,6 +39,7 @@ function usage()
echo -e " stress = all stress tests will be run "
echo -e " perf = all perf tests will be run "
echo -e " all = all tests will be run "
+ echo -e " list = all available tests will be listed "
echo -e " clean = all logs deleted, make clean performed "
echo -e " test_name = only test_name subdir will be run (e.g:
func/pi-tests) "
echo -e " -p profile = use profile instead of default "
@@ -134,7 +135,7 @@ find_test()
;;
all)
# Run all tests which have run_auto.sh
- TESTLIST="func stress java perf"
+ TESTLIST="func stress perf"
;;
list)
# This will only display subdirs which have run_auto.sh
--
-Thanks,Chirag
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list