-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid dependency on Rust nightly for capturing test output
Instead of using unstable API available only on Rust nightly, this uses the gag crate to capture stdout and stderr of the test scenarios. This has one downside though, that crate currently works only on Unix-like systems. But it is strictly more general as it redirects file descriptors instead of just change the Rust-specific stdout and stderr locked readers and writers.
- Loading branch information
Adam Reichold
committed
May 30, 2019
1 parent
1df5b19
commit aa4bba3
Showing
5 changed files
with
22 additions
and
53 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
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