Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
metawilm committed May 5, 2024
1 parent 591cf01 commit cdf04f8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test-suite.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
(basic-test))

(defun run-without-debugging ()
(if (ignore-errors (run))
(format t "No test failures.~%")
(error "There were test failures")))
(without-debugging (run))
(if (hu.dwim.stefil::failure-descriptions-of **last-test-result*)
(error "There were test failures")
(format t "No test failures.~%")))

0 comments on commit cdf04f8

Please sign in to comment.