Skip to content

Commit

Permalink
The *LAST-TESTSUITE-RESULT* is a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Apr 13, 2024
1 parent ddf5157 commit 595eafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testcase.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Usually TESTSUITE but commonly used values are ACCEPTANCE, INTEGRATION, PREFLIGH
(defparameter *testsuite-id* nil
"A unique identfier for the current testsuite run batch.")

(defparameter *last-testsuite-result* nil
(defvar *last-testsuite-result* nil
"The results of the last testsuite that ran.")


Expand Down

0 comments on commit 595eafa

Please sign in to comment.