diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-11 00:50:02 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-11 00:50:02 +0000 |
commit | 15665d1d3dca12bdcb4784103821e62cc0bbcc4b (patch) | |
tree | cb8e60160fc798bfcdc3bf6f74be280783f5e85e | |
parent | 5c7d31039418729ead280f6af57e03843af1e0d8 (diff) | |
download | chromium_src-15665d1d3dca12bdcb4784103821e62cc0bbcc4b.zip chromium_src-15665d1d3dca12bdcb4784103821e62cc0bbcc4b.tar.gz chromium_src-15665d1d3dca12bdcb4784103821e62cc0bbcc4b.tar.bz2 |
valgrind: Make the Linux valgrind layout test work again.
TBR=glider
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/603016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38722 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | tools/valgrind/chrome_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py index eb46cd1..ab0ff66 100755 --- a/tools/valgrind/chrome_tests.py +++ b/tools/valgrind/chrome_tests.py @@ -330,7 +330,7 @@ class ChromeTests: # Now run script_cmd with the wrapper in cmd cmd.extend(["--"]) cmd.extend(script_cmd) - return valgrind_test.RunTool(cmd) + return valgrind_test.RunTool(cmd, "layout") def TestLayout(self): # A "chunk file" is maintained in the local directory so that each test |