You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
I think lein ancient upgrade should have non-zero exit code when the tests fail.
Currently what happens is that the test-failing code goes through leiningen.core.main/exit with the flag set causing that method to throw an exception rather than exit, and the exception gets printed somehow, and the process exits with exit code 0.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think
lein ancient upgrade
should have non-zero exit code when the tests fail.Currently what happens is that the test-failing code goes through
leiningen.core.main/exit
with the flag set causing that method to throw an exception rather than exit, and the exception gets printed somehow, and the process exits with exit code 0.The text was updated successfully, but these errors were encountered: