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

Enable pipefail flag #17

Merged
merged 1 commit into from
Jan 28, 2018
Merged

Conversation

deoren
Copy link
Collaborator

@deoren deoren commented Jan 28, 2018

This is to force early exit if any command in a pipeline
fails instead of allowing the last exit code in the pipeline
from determining overall success/failure.

Not directly related, but this should prove useful in helping
to narrow down the specific cause of invalid patch reports
as noted on the related ticket.

refs #9

This is to force early exit if any command in a pipeline
fails instead of allowing the last exit code in the pipeline
from determining overall success/failure.

Not directly related, but this should prove useful in helping
to narrow down the specific cause of invalid patch reports
as noted on the related ticket.

refs WhyAskWhy#9
@deoren deoren self-assigned this Jan 28, 2018
@deoren deoren merged commit bdb5bd4 into WhyAskWhy:master Jan 28, 2018
@deoren deoren deleted the enable-pipefail-flag branch January 28, 2018 07:14
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

Successfully merging this pull request may close these issues.

1 participant