Closed GoogleCodeExporter closed 9 years ago
I'm not sure about this change. The current color scheme was carefully chosen
to please most people. No single scheme will be able to satisfy all people.
If we make the change, we'll please some and upset some. I think it's better
to keep the default unchanged and lets people customize in some way.
One way to customize is to replace gtest's text output with a custom event
listener, which can be done through gtest's public API. Another way is to pipe
gtest's output through a small program that translates the ANSI color code, e.g.
foo_test --gtest_color=yes | bold
where bold is the program the user needs to write, which should be easy.
Original comment by w...@google.com
on 8 Sep 2010 at 6:27
Original issue reported on code.google.com by
vladlosev
on 1 Apr 2010 at 1:36