diff --git a/test/run-tests.sh b/test/run-tests.sh index 73f900b06a78ac8cf7018c6e5bb8ed9fcc4a85fe..544654ca7103717471406ce37689d8ae1c809918 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."