Commit 6991f422 by Doug Greiman

Fix env_var_test to ignore XML_OUTPUT_FILE if already set

parent 5db9cbbc
......@@ -84,6 +84,8 @@ class GTestEnvVarTest(gtest_test_utils.TestCase):
def testEnvVarAffectsFlag(self):
"""Tests that environment variable should affect the corresponding flag."""
SetEnvVar('XML_OUTPUT_FILE', None)
TestFlag('break_on_failure', '1', '0')
TestFlag('color', 'yes', 'auto')
TestFlag('filter', 'FooTest.Bar', '*')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment