| Index: testing/scripts/run_gtest_perf_test.py
|
| diff --git a/testing/scripts/run_gtest_perf_test.py b/testing/scripts/run_gtest_perf_test.py
|
| index df28f6278d233df7a4f3d88561a22b472f72004e..638929f3f5b87919c0ed4158ca562174e357fab3 100755
|
| --- a/testing/scripts/run_gtest_perf_test.py
|
| +++ b/testing/scripts/run_gtest_perf_test.py
|
| @@ -95,6 +95,8 @@ def main():
|
| with common.temporary_file() as tempfile_path:
|
| rc = common.run_command_with_output([executable] + extra_flags,
|
| env=env, stdoutfile=tempfile_path)
|
| + with open(tempfile_path) as f:
|
| + print f.read()
|
|
|
| # Now get the correct json format from the stdout to write to the
|
| # perf results file
|
|
|