aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_env_var_test.py
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-04-14 23:19:22 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-04-14 23:19:22 +0000
commitf204cd89e591e8cda022f4b471962c8556e19b8c (patch)
tree97fbe1ceb2fff443a03921a420ac99d2a2ab90f4 /test/gtest_env_var_test.py
parent7fa242a44b47ce74d7246440b14571f7a5dd1b17 (diff)
downloadgoogletest-f204cd89e591e8cda022f4b471962c8556e19b8c.tar.gz
googletest-f204cd89e591e8cda022f4b471962c8556e19b8c.tar.bz2
googletest-f204cd89e591e8cda022f4b471962c8556e19b8c.zip
Makes gtest print elapsed time by default.
Diffstat (limited to 'test/gtest_env_var_test.py')
-rwxr-xr-xtest/gtest_env_var_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest_env_var_test.py b/test/gtest_env_var_test.py
index 92b9cd8a..35e8041f 100755
--- a/test/gtest_env_var_test.py
+++ b/test/gtest_env_var_test.py
@@ -90,7 +90,7 @@ def TestEnvVarAffectsFlag(command):
TestFlag(command, 'color', 'yes', 'auto')
TestFlag(command, 'filter', 'FooTest.Bar', '*')
TestFlag(command, 'output', 'tmp/foo.xml', '')
- TestFlag(command, 'print_time', '1', '0')
+ TestFlag(command, 'print_time', '0', '1')
TestFlag(command, 'repeat', '999', '1')
TestFlag(command, 'throw_on_failure', '1', '0')
TestFlag(command, 'death_test_style', 'threadsafe', 'fast')