hoj
unread,Jun 12, 2011, 3:58:01 PM6/12/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google C++ Testing Framework
Hello,
I would like to get the xml report on stdout instead of the regular,
non-xml output. I am running the test on an embedded device and I use
netcat to send stdout to a machine driving the tests.
I have tried this:
./a_test --gtest_output="xml:/dev/stdout"
, but the output is mixed xml and non-xml output.
I've also tried --gtest_output="xml:" but that saves to a default
file.
Any way to get just xml?
Thanks!
,
hoj