Makes gtest print elapsed time by default.

This commit is contained in:
zhanyong.wan
2009-04-14 23:19:22 +00:00
parent 7fa242a44b
commit f204cd89e5
4 changed files with 14 additions and 13 deletions

View File

@@ -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')