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 #51

Merged
merged 1 commit into from
Feb 18, 2023
Merged

Enable pipefail #51

merged 1 commit into from
Feb 18, 2023

Conversation

elopez
Copy link
Member

@elopez elopez commented Feb 18, 2023

Slither is now invoked as part of a series of piped commands. However the default shell behavior is to mask any error reported if the last command succeeds. This causes failures in slither to be masked unintentionally. Enable pipefail to make the pipeline of commands fail instead, restoring the previous behavior.

Slither is now invoked as part of a series of piped commands. However
the default shell behavior is to mask any error reported if the last
command succeeds. This causes failures in slither to be masked
unintentionally. Enable pipefail to make the pipeline of commands
fail instead, restoring the previous behavior.
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