Skip to content

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