metosin / bat-test

Fast Clojure.test runner for Boot and Leiningen
61 stars 10 forks source link

Leiningen exit code may overflow #41

Closed frenchy64 closed 2 years ago

frenchy64 commented 3 years ago

It looks like this line in bat-test was copied from leiningen.test--it was recently changed upstream because it can wrap.

Wrapping the line in a (min 1 ...) should fix this issue.