1
1
This commit was SVN r2056.
Этот коммит содержится в:
Laura Casswell 2004-08-11 17:27:56 +00:00
родитель eacf8e4346
Коммит af872b6548

Просмотреть файл

@ -1,7 +1,7 @@
#! /bin/csh -f #! /bin/csh -f
# Name # Name
# ==== # ====
# run for mca llm tests # run script for mca llm tests
# Arguements # Arguements
# ========== # ==========
@ -14,9 +14,9 @@
# #
# ===== # =====
# To invoke this script, enter either # To invoke this script, enter either
# run # run_tests
# with no arguments to run all tests, or # with no arguments to run all tests, or
# run <test_name> # run_tests <test_name>
umask 007 umask 007
@ -30,8 +30,8 @@ else if ("$1" == "base") then
cd ..; cd ..;
else else
echo "correct use: " echo "correct use: "
echo " run (to run all class tests)" echo " run_tests (to run all mca llm tests)"
echo "or run < base >" echo "or run_tests < base >"
exit -1 exit -1
endif endif