-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix UTF-8 decoding error in stdout/err
Previous implementation was pron to decoding errors when test output was a byte-string instead of correct UTF-8 text. This commit also simplifies PIPE creation for the purpose of collecting logs asynchronously. The PIPE object is created by the Popen function itself, so we will hot have to worry about bare file descriptors any more.
- Loading branch information
Showing
1 changed file
with
17 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters