-
Notifications
You must be signed in to change notification settings - Fork 79
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
Rake taks doesn't exit with 0 status code #39
Comments
The workaround is to just use the shell:
It seems that the Rake task exist the whole process (no matter what the status code actually is) and thus further rake tasks are never executed. |
Unfortunately this gives another issue:
|
@netzpirat should I open another issue or you'll reopen this one? |
I just pushed a bugfix release. |
Thanks. That seem to work. On 21/02/2012, at 19:41, Michael [email protected] wrote:
|
Hi,
The provided rake task exits with the status code
127
instead of0
when all tests are passing.This makes impossible to pass the build :(
The rake task used on the CI:
then:
Probably there's something to do stopping the server, not sure.
Any workaround for now?
The text was updated successfully, but these errors were encountered: