When a Python script such as gtest_output_test.py invokes a binary such as
gtest_output_test_, it should prevent that binary from writing XML output by
clearing the corresponding environment variable. The XML output produced
by the binary does not reflect actual results of the test. If the Python script
is
writing the XML file with the same name, writes by the binary may corrupt
them.
Original issue reported on code.google.com by vladlosev on 12 Nov 2009 at 10:43
Original issue reported on code.google.com by
vladlosev
on 12 Nov 2009 at 10:43