diff --git a/test/include/run_tests b/test/include/run_tests index 7fd64e2fe8..10bb426a92 100755 --- a/test/include/run_tests +++ b/test/include/run_tests @@ -14,9 +14,9 @@ # # ===== # To invoke this script, enter either -# run +# run_tests # with no arguments to run all tests, or -# run +# run_tests umask 007 @@ -26,8 +26,8 @@ else if ("$1" == "atomic") then ./atomic else echo "correct use: " - echo " run (to run all class tests)" - echo "or run " + echo " run_tests (to run all class tests)" + echo "or run_tests " exit -1 endif