diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/purify/chrome_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/purify/chrome_tests.py b/tools/purify/chrome_tests.py index ce3e268..04c44bb 100644 --- a/tools/purify/chrome_tests.py +++ b/tools/purify/chrome_tests.py @@ -182,7 +182,6 @@ class ChromeTests: script[0] = os.path.join(self._options.build_dir, script[0]) cmd.extend(script) self._ReadGtestFilterFile(name, cmd) - cmd.append("--gtest_print_time") return common.RunSubprocess(cmd, 0) def InstrumentDll(self): |