| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver_unittest.py
|
| index 5ee69e0f73134c8033798fff440e7aa219db8a6c..5c81f812241c8c5e4cafb9eb8333edbbf600c35c 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver_unittest.py
|
| @@ -41,6 +41,7 @@ from webkitpy.tool.mocktool import MockOptions
|
|
|
|
|
| class DriverTest(unittest.TestCase):
|
| +
|
| def make_port(self):
|
| port = Port(MockSystemHost(), 'test', MockOptions(configuration='Release'))
|
| port._config.build_directory = lambda configuration: '/mock-checkout/out/' + configuration
|
| @@ -142,6 +143,7 @@ class DriverTest(unittest.TestCase):
|
| driver = Driver(port, 0, pixel_tests=True)
|
|
|
| class FakeServerProcess(object):
|
| +
|
| def __init__(self, crashed):
|
| self.crashed = crashed
|
|
|
|
|