Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix hang when running tests that need parsing with
--interactive
When running tests with `--interactive` we don't redirect stdin, stdout or stderr and instead pass them on to the user's console. This redirect causes us to hang in case the test in question needs parsing, like it is the case for TAP output, because we cannot read the process's stdout. Fix this hang by not parsing output when running in interactive mode.
- Loading branch information