From 298728f72ddeb25ca9cc771555f7215013215df6 Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" <rpgoldman@real-time.com> Date: Thu, 23 Sep 2010 10:08:53 -0500 Subject: [PATCH] Update the docs for run-tests to include all the lisps we support. --- test/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run-tests.sh b/test/run-tests.sh index f6087dc1..73f900b0 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -11,7 +11,7 @@ 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, allegro and allegromodern" + echo " lisps include sbcl, clisp, cmucl, lispworks, clisp, allegro and allegromodern" echo "OPTIONS:" echo " -d -- debug mode" echo " -u -h -- show this message." -- GitLab