Skip to content

Commit

Permalink
Be noisier about evaling files
Browse files Browse the repository at this point in the history
  • Loading branch information
wcbarksdale committed Mar 16, 2012
1 parent 5643910 commit 4fecd2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/koan_engine/koans.clj
Expand Up @@ -23,8 +23,12 @@

(defn tests-pass? [dojo-path file-path]
(u/with-dojo [dojo-path]
(print "Considering" file-path "...")
(flush)
(try (load-file file-path)
true
(do
(println "ok")
true)
(catch Exception e
(println)
(println "Problem in" file-path)
Expand Down

0 comments on commit 4fecd2e

Please sign in to comment.