Forward error output from testhost as info by nohwnd · Pull Request #5192 · microsoft/vstest (original) (raw)

Description

Forward the error output from testhost, but as information messages, because otherwise it fails the test run, and we don't want that, because child apps can write debug or other info into the error stream.

Fix #5184