The Google Test output is buried in a whole bunch of log messages. What do I do?
The Google Test output is meant to be a concise and human-friendly report. If your test generates textual output itself, it will mix with the Google Test output, making it hard to read. However, there is an easy solution to this problem. Since most log messages go to stderr, we decided to let Google Test output go to stdout. This way, you can easily separate the two using redirection.
Related Questions
- Ive been using my uwalumni.com account to log into Google Apps (Calendar, Docs, etc) for a long time! Will having this new account with GMail change my existing Google services?
- The Google Test output is buried in a whole bunch of log messages. What do I do?
- Why does FAST output messages to /var/log/messages?