summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-02 12:24:10 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-02 12:24:10 +0000
commit34a50fd92a10f1f0b50d2b73edb228935ff824c8 (patch)
tree94f29733aa8684dcf743db7f90c186d657685ef7
parent0803e06df395c02534ebc93fb4726b36ad3635a9 (diff)
downloadchromium_src-34a50fd92a10f1f0b50d2b73edb228935ff824c8.zip
chromium_src-34a50fd92a10f1f0b50d2b73edb228935ff824c8.tar.gz
chromium_src-34a50fd92a10f1f0b50d2b73edb228935ff824c8.tar.bz2
Partially revert the last valgrind_test.py change to fix the ui_tests commandline
TBR=glider Review URL: http://codereview.chromium.org/7830035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99354 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-xtools/valgrind/valgrind_test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/valgrind/valgrind_test.py b/tools/valgrind/valgrind_test.py
index d71c25b..5fbaec9 100755
--- a/tools/valgrind/valgrind_test.py
+++ b/tools/valgrind/valgrind_test.py
@@ -60,7 +60,8 @@ class BaseTool(object):
# Defines Chromium-specific flags.
self._parser = optparse.OptionParser("usage: %prog [options] <program to "
"test>")
- self._parser.disable_interspersed_args()
+ # TODO(timurrrr): investigate ui_tests failures and un-comment
+ #self._parser.disable_interspersed_args()
self._parser.add_option("-t", "--timeout",
dest="timeout", metavar="TIMEOUT", default=10000,
help="timeout in seconds for the run (default 10000)")