(defn run-tests-and-exit "Run tests and exit the process" [& args] (let [tally (run-tests)] (shutdown-agents) (System/exit (exit-code tally))))
Comments top
No comments for run-tests-and-exit. Log in to add a comment.