Closed mcy closed 3 years ago
This makes logs captures from a subprocess be treated as "test output" so the Rust test harness can filter it appropriately. We achieve this by spawning a thread to forward stderr manually.
We also set up logging in the test harness itself.
This makes logs captures from a subprocess be treated as "test output" so the Rust test harness can filter it appropriately. We achieve this by spawning a thread to forward stderr manually.
We also set up logging in the test harness itself.