Is there a way to get the ouput of gtest in a log file generated by glog ? Ideally it would stream with severity error when tests fail and info otherwise. I could do it manually but I was wondering if this can be done easily with existing tools.
I am only interested in glog outputs, not XML generated by gtest using RecordProperty
.