summaryrefslogtreecommitdiff
path: root/test/gtest_env_var_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest_env_var_test.py')
-rwxr-xr-xtest/gtest_env_var_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gtest_env_var_test.py b/test/gtest_env_var_test.py
index 67a2249..c5acc5c 100755
--- a/test/gtest_env_var_test.py
+++ b/test/gtest_env_var_test.py
@@ -103,6 +103,7 @@ def TestEnvVarAffectsFlag(command):
TestFlag(command, 'output', 'tmp/foo.xml', '')
TestFlag(command, 'print_time', '1', '0')
TestFlag(command, 'repeat', '999', '1')
+ TestFlag(command, 'throw_on_failure', '1', '0')
if IS_WINDOWS:
TestFlag(command, 'catch_exceptions', '1', '0')