test: make stdout-close-unref work in test runner
process.stdout isn't fully initialized yet by the time the test starts when invoked with `python tools/test.py`. Use process.stdin instead and force initialization with process.stdin.resume().
parent
36503b52
Please register or sign in to comment