We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd85231 commit 6d044efCopy full SHA for 6d044ef
1 file changed
bin/bb_test_runner.clj
@@ -34,7 +34,7 @@
34
(apply t/run-tests test-nsyms))
35
36
(def failures-and-errors
37
- (let [{:keys [:fail :error]} test-results]
38
- (+ fail error)))
+ (let [{:keys [fail error]} test-results]
+ (min 1 (+ fail error))))
39
40
(System/exit failures-and-errors)
0 commit comments