Loading test/run-tests.sh +2 −1 Original line number Diff line number Diff line Loading @@ -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." Loading Loading
test/run-tests.sh +2 −1 Original line number Diff line number Diff line Loading @@ -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." Loading