From 120735f2833b68180a74672704796f18280dbb27 Mon Sep 17 00:00:00 2001 From: Daniel Barlow <> Date: Fri, 22 Feb 2002 12:10:44 +0000 Subject: [PATCH] make it work with CMUCL too --- test/run-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/run-tests.sh b/test/run-tests.sh index c66abe22..a99ba536 100644 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -4,10 +4,12 @@ # - read lisp forms one at a time from standard input # - quit with exit status 0 on getting eof # - quit with exit status >0 if an unhandled error occurs +#LISP="/usr/local/bin/lisp -batch " LISP="sbcl --noprogrammer" # file extension that $LISP uses for compiled files FASL=fasl +#FASL=axpf rm *.$FASL || true for i in *.script; -- GitLab