Commit 14de19ce authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

fix: suppress encoding errors during testing

In CI the test script thinks the system locale is ASCII, but apparently one of
the subprocesses gives us non-ASCII data. Rather than trying to deal with this
mess, just ignore encoding errors when piping data back to stdout/stderr.
parent 2c19446d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment