We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20cbf0 commit 981f7b2Copy full SHA for 981f7b2
script/test_libs.clj
@@ -454,7 +454,7 @@
454
(throw (ex-info (format "missing test-cmds for %s" name) {})))
455
(status/line :head "%s: Running tests" name)
456
(let [exit-codes (into [] (map-indexed (fn [ndx cmd]
457
- (let [{:keys [exit]} (shcmd {:dir home-dir} cmd)]
+ (let [{:keys [exit]} (shcmd {:dir home-dir :continue true} cmd)]
458
(if (zero? exit)
459
(status/line :detail "=> %s: TESTS %d of %d PASSED\n" name (inc ndx) (count test-cmds))
460
(status/line :warn "=> %s: TESTS %d of %d FAILED" name (inc ndx) (count test-cmds)))
0 commit comments