From 9aef410fcfea6eed3124e62a67ffd3cc85f55128 Mon Sep 17 00:00:00 2001 From: Laura Casswell Date: Fri, 3 Sep 2004 12:52:04 +0000 Subject: [PATCH] fix comments and add messages This commit was SVN r2463. --- test/class/run_tests | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/test/class/run_tests b/test/class/run_tests index b66cc3413b..3435cd50b2 100755 --- a/test/class/run_tests +++ b/test/class/run_tests @@ -51,10 +51,19 @@ else case "ompi_list": ./$target breaksw - case "help" - default + case "help" echo "correct use: " - echo " run_tests (to run all class tests)" + echo " run_tests help (this message)" + echo " run_tests all (to run all class tests)" + echo "or run_tests with any combination of the following: " + echo " " + break + default + echo "There is no program <$target> to run" + echo "correct use: " + echo " run_tests help (this message)" + echo " run_tests all (to run all class tests)" echo "or run_tests with any combination of the following: " echo " "