diff --git a/test/run-tests.sh b/test/run-tests.sh index bea54fb27418ab8c598eca00f2be39b20641a342..c66abe22cdde65f7ea2a38267cf98f7ae0b3c192 100644 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -6,7 +6,7 @@ # - quit with exit status >0 if an unhandled error occurs LISP="sbcl --noprogrammer" -# file extension that compiling fiels with $LISP will use +# file extension that $LISP uses for compiled files FASL=fasl rm *.$FASL || true @@ -20,4 +20,4 @@ do exit 1 fi done - +echo "All tests apparently successful"