You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We supported both options separately,
but when used together, a command like
false | true
would fail to exit the shell properly.
Add tests and fix the bug.
Fixes#870.
We supported both options separately,
but when used together, a command like
false | true
would fail to exit the shell properly.
Add tests and fix the bug.
Fixes#870.
We supported both options separately,
but when used together, a command like
false | true
would fail to exit the shell properly.
Add tests and fix the bug.
Fixesmvdan#870.
I'm using Task and hit this issue and was directed here: go-task/task#392 (comment)
I want my script to fail on pipe errors.
cmd1
works/fails as expected, butcmd2
never fails:Why does
pipefail
not work in the second case?The text was updated successfully, but these errors were encountered: