Skip to content

Commit

Permalink
Remove reference to defunct parameter *TESTCASE-INTERACTIVE-P*
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Apr 10, 2024
1 parent c5a8371 commit 50350d7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/testcase.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,7 @@ The BODY is examined and assertions spotted in it are wrapped with extra code
installing restarts and aggregating results for assertions and nested testcases..
The return value of a testcase is a RESULT, holding a precise description of test that
ran and their outcomes.
When *TESTCASE-INTERACTIVE-P* is NIL, batch mode is assumed and a summary of
failures is printed on stdout and the program is exited with a status
reflecting the failure or success of tests."
ran and their outcomes."
(set-testcase-properties testcase-name)
(multiple-value-bind (remaining-forms declarations doc-string)
(alexandria:parse-body body :documentation t)
Expand Down

0 comments on commit 50350d7

Please sign in to comment.