Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upForcing a TTY with a pipe to `cat` suppresses error codes #24071
Labels
Comments
|
We can fix this by passing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a bunch of tests in the macOS taskcluster WPT jobs that use
| caton the end of the command to force a TTY so an appropriate logging choice is made. Unfortunately, this suppresses the error code, so any of those jobs could be silently busted and taskcluster wouldn't notice.