Open
Description
Does the feature exist in the most recent commit?
No
Why do we need this feature?
Currently, we have per-OS code for stream_result_to, and Windows support is not yet available.
Describe the proposal.
Provide a switch to have stdout report progress in the same format used by stream_result_to rather than the human-readable format.
Perhaps:
--gtest_machine_results
or
--gtest_stream_result_to=stdout
Is the feature specific to an operating system, compiler, or build system version?
No