Skip to content

Commit

Permalink
Add (shutdown-agents) call so process does not hang for a minute.
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Apr 16, 2012
1 parent cbeae8e commit e349aa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/leiningen/expectations.clj
Expand Up @@ -32,7 +32,8 @@
(with-open [w# (-> (java.io.File. ~path)
(java.io.FileOutputStream.)
(java.io.OutputStreamWriter.))]
(.write w# (pr-str summary#)))))
(.write w# (pr-str summary#))))
(shutdown-agents))
nil
nil
'(require ['expectations]))
Expand Down

0 comments on commit e349aa9

Please sign in to comment.