Loading test/script-support.lisp +18 −16 Original line number Diff line number Diff line Loading @@ -268,6 +268,8 @@ Some constraints: (defun leave-test (message return) "Print MESSAGE and throw RETURN, which should be a POSIX error code (an integer, 0 for success), up as exit code." (finish-outputs*) (fresh-line *error-output*) (when message Loading Loading
test/script-support.lisp +18 −16 Original line number Diff line number Diff line Loading @@ -268,6 +268,8 @@ Some constraints: (defun leave-test (message return) "Print MESSAGE and throw RETURN, which should be a POSIX error code (an integer, 0 for success), up as exit code." (finish-outputs*) (fresh-line *error-output*) (when message Loading