diff options
Diffstat (limited to 'tools')
-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 |