Skip to content

Commit

Permalink
[ci] rely on (princ report) from the py4cl2-cffi-tests:run
Browse files Browse the repository at this point in the history
  • Loading branch information
digikar99 committed May 30, 2023
1 parent 983a2bf commit 09479ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci-test.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
(ql:quickload "py4cl2-cffi-tests")
(py4cl2-cffi/config:print-configuration)
(let ((report (py4cl2-cffi-tests:run)))
(princ report)
(when (or (plusp (slot-value report 'clunit::failed))
(plusp (slot-value report 'clunit::errors)))
(uiop:quit 1)))
Expand Down

0 comments on commit 09479ff

Please sign in to comment.