Commit ca006497 authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Add docstring for LEAVE-TEST in test code.

parent 94ef1526
Loading
Loading
Loading
Loading
+18 −16
Original line number Diff line number Diff line
@@ -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