throws on non-zero exit
the -> :exit System/exit was not needed
This commit is contained in:
parent
5557a0e16c
commit
d1f3306e63
1 changed files with 1 additions and 3 deletions
|
|
@ -9,6 +9,4 @@
|
||||||
"MSSQL_SA_PASSWORD" "Str0ngP4ssw0rd"}
|
"MSSQL_SA_PASSWORD" "Str0ngP4ssw0rd"}
|
||||||
maria?
|
maria?
|
||||||
(assoc "NEXT_JDBC_TEST_MARIA" "yes"))]
|
(assoc "NEXT_JDBC_TEST_MARIA" "yes"))]
|
||||||
(-> (p/shell {:extra-env env} "clojure" "-X:test")
|
(p/shell {:extra-env env} "clojure" "-X:test"))
|
||||||
:exit
|
|
||||||
(System/exit)))
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue