-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fabric returns exit code 0 on failed parallel tasks #572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
bitprophet
added a commit
that referenced
this issue
Feb 28, 2012
bitprophet
added a commit
that referenced
this issue
Feb 28, 2012
Thanks for the catch! You're absolutely right. I just fixed this and pushed it to the 1.4 and master branches. If you've the will to grab an unreleased version you can check it out. Otherwise I'll probably push a bugfix series in a few days/weekish. |
Thanks! :D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given this
fabfile.py
:And the command:
The result is:
Makes sene. However, if I run them in parallel using the
-P
flag or@parallel
decorator:Shouldn't fabric return non-zero if any of the subtasks failed? (I don't necessarily care about order, like issue #457)
Fabric is great, BTW. Keep up the fantastic work.
The text was updated successfully, but these errors were encountered: