lowRISC / manticore

Apache License 2.0
16 stars 13 forks source link

[e2e] Improve debugging output #120

Closed mcy closed 3 years ago

mcy commented 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.