Hi,
I’m getting a whole bunch of: “==2217== Warning: invalid file descriptor -1 in syscall write()” from the SysprogsTestHooks.cpp when I run a Google UnitTest manually/outside VS without anything listening on the other end of the pipe when using valgrind.
Please add some protection to the write() call there to avoid that.
Also, it would be even better to have some preprocessor directive to be able to disable the entire SysprogsTestHooks logic to still easily be able to use the package but without having the additional layers always there when building tests that will not run in VS.
Regards
Jens Nilsson