Fix env_var_test to ignore XML_OUTPUT_FILE if already set
This commit is contained in:
parent
5db9cbbc23
commit
6991f422b6
@ -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', '*')
|
||||
|
Loading…
Reference in New Issue
Block a user