We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96f6b4 commit 8d9435bCopy full SHA for 8d9435b
test/backend/src/backend_tests/dirac/tests/backend/runner.clj
@@ -32,6 +32,6 @@
32
33
(defn -main []
34
(setup-logging!)
35
- (println (str "Running backend tests against Clojure " (clojure-version)))
+ (println (style (str "Running backend tests against Clojure " (clojure-version)) :blue))
36
(let [summary (apply run-tests default-test-namespaces)]
37
(System/exit (if (successful? summary) 0 1))))
0 commit comments