diff options
Diffstat (limited to 'test/gmock_output_test.py')
-rwxr-xr-x | test/gmock_output_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gmock_output_test.py b/test/gmock_output_test.py index f7f37abb..2e992190 100755 --- a/test/gmock_output_test.py +++ b/test/gmock_output_test.py @@ -59,7 +59,7 @@ else: PROGRAM = 'gmock_output_test_' PROGRAM_PATH = os.path.join(gmock_test_utils.GetBuildDir(), PROGRAM) -COMMAND = PROGRAM_PATH + ' --gtest_stack_trace_depth=0' +COMMAND = PROGRAM_PATH + ' --gtest_stack_trace_depth=0 --gtest_print_time=0' GOLDEN_NAME = 'gmock_output_test_golden.txt' GOLDEN_PATH = os.path.join(gmock_test_utils.GetSourceDir(), GOLDEN_NAME) |