From 8999c812cf55bb33c20c68d173a68b07873b2b90 Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" <rpgoldman@real-time.com> Date: Sat, 19 Mar 2011 17:59:25 -0500 Subject: [PATCH] Updated usage string with all the currently-supported lisps. --- test/run-tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/run-tests.sh b/test/run-tests.sh index 73f900b0..544654ca 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -11,7 +11,8 @@ usage () { echo " - quit with exit status 0 on getting eof" echo " - quit with exit status >0 if an unhandled error occurs" echo " you need to supply the .script in the second argument" - echo " lisps include sbcl, clisp, cmucl, lispworks, clisp, allegro and allegromodern" + echo " lisps include abcl, allegro, allegromodern, ccl (clozure)," + echo " clisp, cmucl, ecl, gclcvs, sbcl, and scl." echo "OPTIONS:" echo " -d -- debug mode" echo " -u -h -- show this message." -- GitLab