aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_env_var_test.py
diff options
context:
space:
mode:
authorshiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-07-25 21:13:11 +0000
committershiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-07-25 21:13:11 +0000
commitd88da49d028d8d01c1e49761be577ed1cc1f5c1d (patch)
tree94de2aabf6bc390b7bb883251ab0d610c9b9730f /test/gtest_env_var_test.py
parent15cbe5f70adaade1a8a11afc37601fc6606e7e0d (diff)
downloadgoogletest-d88da49d028d8d01c1e49761be577ed1cc1f5c1d.tar.gz
googletest-d88da49d028d8d01c1e49761be577ed1cc1f5c1d.tar.bz2
googletest-d88da49d028d8d01c1e49761be577ed1cc1f5c1d.zip
Adds a test for the GTEST_PRINT_TIME env var. By Balazs.Dan@gmail.com.
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 64d17e85..1b86b5a9 100755
--- a/test/gtest_env_var_test.py
+++ b/test/gtest_env_var_test.py
@@ -101,6 +101,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, 'repeat', '999', '1')
if IS_WINDOWS: