Skip to content

Commit 365e145

Browse files
committed
Merge branch 'cognitect-22-exit-code'
2 parents 18d5367 + 9b74371 commit 365e145

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cognitect/test_runner.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@
125125
(if (:errors args)
126126
(do (doseq [e (:errors args)]
127127
(println e))
128-
(help args))
128+
(help args)
129+
(System/exit 1))
129130
(if (-> args :options :test-help)
130131
(help args)
131132
(try

0 commit comments

Comments
 (0)