diff options
author | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2009-03-06 20:05:23 +0000 |
---|---|---|
committer | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2009-03-06 20:05:23 +0000 |
commit | 40e72a8a837b47cbfe2e695068c1845073ab2630 (patch) | |
tree | ce6c72890e27b3215259bedcf7ddb9e28eff4544 /test/gtest_env_var_test.py | |
parent | 4984c93490eeeb7d3d1979b30a39a21cad07cba5 (diff) | |
download | googletest-40e72a8a837b47cbfe2e695068c1845073ab2630.tar.gz googletest-40e72a8a837b47cbfe2e695068c1845073ab2630.tar.bz2 googletest-40e72a8a837b47cbfe2e695068c1845073ab2630.zip |
Implements --gtest_throw_on_failure for using gtest with other testing frameworks.
Diffstat (limited to 'test/gtest_env_var_test.py')
-rwxr-xr-x | test/gtest_env_var_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gtest_env_var_test.py b/test/gtest_env_var_test.py index 67a22493..c5acc5ca 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') |