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 028a7a6 commit 75c1152Copy full SHA for 75c1152
test/smoketest/src/smoketest/core.clj
@@ -87,4 +87,5 @@
87
(when-not (every? identity results)
88
(println "smoketest: FAIL")
89
(System/exit 1)))
90
- (println "smoketest: OK"))
+ (println "smoketest: OK")
91
+ (System/exit 0))
0 commit comments