Skip to content

Commit 75c1152

Browse files
[smoketest] Exit after done
1 parent 028a7a6 commit 75c1152

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/smoketest/src/smoketest/core.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,5 @@
8787
(when-not (every? identity results)
8888
(println "smoketest: FAIL")
8989
(System/exit 1)))
90-
(println "smoketest: OK"))
90+
(println "smoketest: OK")
91+
(System/exit 0))

0 commit comments

Comments
 (0)