Guard against process termination code
rakaramos opened this issue · 0 comments
rakaramos commented
As of today muter
optimistically assumes that a test process always ends with success
We should probably guard against exit codes, before diving into output parsing.
This will help our users to figure out configuration issues.