diff options
author | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-14 00:36:55 +0000 |
---|---|---|
committer | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-14 00:36:55 +0000 |
commit | dc9171221cf3ce131a1479d407c3cc5971008488 (patch) | |
tree | 5c35e3d126c0cfc5469937880275ca77ca17f423 /tools/purify | |
parent | be9cbeea7ad2d757f32f3ada4c13207dc55ba907 (diff) | |
download | chromium_src-dc9171221cf3ce131a1479d407c3cc5971008488.zip chromium_src-dc9171221cf3ce131a1479d407c3cc5971008488.tar.gz chromium_src-dc9171221cf3ce131a1479d407c3cc5971008488.tar.bz2 |
accidentally passed a bogus arg to run_webkit_tests
TBR=paulg
Review URL: http://codereview.chromium.org/18033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7991 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/purify')
-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): |