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"}
|
||||
maria?
|
||||
(assoc "NEXT_JDBC_TEST_MARIA" "yes"))]
|
||||
(-> (p/shell {:extra-env env} "clojure" "-X:test")
|
||||
:exit
|
||||
(System/exit)))
|
||||
(p/shell {:extra-env env} "clojure" "-X:test"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue