Skip to content
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

thor has a zero return code when task isn't found #1

Closed
sconover opened this issue May 6, 2009 · 2 comments
Closed

thor has a zero return code when task isn't found #1

sconover opened this issue May 6, 2009 · 2 comments

Comments

@sconover
Copy link

sconover commented May 6, 2009

(I hope this is the right place to submit issues. If it's not I'd be happy to resubmit in the appropriate place)

$ thor task doesnt exist
The thor:runner namespace doesn't have a `task' task
$ echo $?
0

This is an unsuccessful case, and the return code ought to be nonzero.

@wycats
Copy link
Member

wycats commented Jul 15, 2009

Good call. Let's fix this ASAP.

@josevalim
Copy link
Contributor

Fixed!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants