summaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-env-var-test.py
diff options
context:
space:
mode:
authorvslashg <gfalcon@google.com>2020-03-27 19:36:58 (GMT)
committerGitHub <noreply@github.com>2020-03-27 19:36:58 (GMT)
commit189299e957bbef414b46931f0ba88123c285148a (patch)
treee073898e8079f14a19e0703af20df5131854bd21 /googletest/test/googletest-env-var-test.py
parentfb19f57880f6d52b922413ba80f244bb39becdd5 (diff)
parent67cc66080d64e3fa5124fe57ed0cf15e2cecfdeb (diff)
downloadgoogletest-189299e957bbef414b46931f0ba88123c285148a.zip
googletest-189299e957bbef414b46931f0ba88123c285148a.tar.gz
googletest-189299e957bbef414b46931f0ba88123c285148a.tar.bz2
Merge branch 'master' into quiet-flagrefs/pull/2751/head
Diffstat (limited to 'googletest/test/googletest-env-var-test.py')
-rwxr-xr-xgoogletest/test/googletest-env-var-test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/googletest/test/googletest-env-var-test.py b/googletest/test/googletest-env-var-test.py
index ce044fb..02c3655 100755
--- a/googletest/test/googletest-env-var-test.py
+++ b/googletest/test/googletest-env-var-test.py
@@ -85,6 +85,8 @@ class GTestEnvVarTest(gtest_test_utils.TestCase):
TestFlag('break_on_failure', '1', '0')
TestFlag('color', 'yes', 'auto')
+ SetEnvVar('TESTBRIDGE_TEST_RUNNER_FAIL_FAST', None) # For 'fail_fast' test
+ TestFlag('fail_fast', '1', '0')
TestFlag('filter', 'FooTest.Bar', '*')
SetEnvVar('XML_OUTPUT_FILE', None) # For 'output' test
TestFlag('output', 'xml:tmp/foo.xml', '')