-
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nextest-runner] improve error handling for child process management
* Don't eat up stdout/stderr if there's an error that occurs after the process is spawned * Scripts can now combine stdout and stderr (though this isn't exposed in the UI yet). * Fix up names to reflect that "child" can mean either a test process or a script process. This is going to need a bunch of TLC, but I think this is generally a good shape for the types to be in.
- Loading branch information
1 parent
c7c8de1
commit e54a132
Showing
12 changed files
with
375 additions
and
310 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
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
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
Oops, something went wrong.