| Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/commandtest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/commandtest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/commandtest.py
|
| index 1c6c6dbf3b96e6b5bcb030af7b49e52d6561a4eb..c24b22b1a1b9aff7931fff9842fdeb99abd6ed9c 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/commandtest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/commandtest.py
|
| @@ -34,7 +34,8 @@ from webkitpy.tool.mocktool import MockOptions, MockTool
|
|
|
| class CommandsTest(unittest.TestCase):
|
|
|
| - def assert_execute_outputs(self, command, args=[], expected_stdout="", expected_stderr="", expected_exception=None, expected_logs=None, options=MockOptions(), tool=MockTool()):
|
| + def assert_execute_outputs(self, command, args=[], expected_stdout="", expected_stderr="",
|
| + expected_exception=None, expected_logs=None, options=MockOptions(), tool=MockTool()):
|
| options.blocks = None
|
| options.cc = 'MOCK cc'
|
| options.component = 'MOCK component'
|
|
|