generated from roerohan/Template
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Return cmd output on error #7
Comments
stevanmilic
added a commit
to stevanmilic/wait-for-it
that referenced
this issue
Sep 23, 2023
Hi @stevanmilic Thanks for contributing! I'll take a look at the PR and leave a review (and get it merged as well!) Update: I've merged the PR |
roerohan
added a commit
that referenced
this issue
Sep 24, 2023
feat: return subcommand's exit code on execute (#7)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thanks for this nice utility!
Is it possible to exit the
wait-for-it
program with error exit code in case underlying command returns an error? Doing so would indicate the command we were waiting for has failed, and that we need to address it somehow.I can submit a PR for this, if this is acceptable behavior.
The text was updated successfully, but these errors were encountered: