| Index: Tools/Scripts/webkitpy/layout_tests/port/driver_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/driver_unittest.py b/Tools/Scripts/webkitpy/layout_tests/port/driver_unittest.py
|
| index c0a782092d773eb918cc872dda58f23c4bc0fc61..0c9fdf378b3bb53c44dfc8d7748625507811d7fd 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/driver_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/driver_unittest.py
|
| @@ -131,7 +131,7 @@ class DriverTest(unittest.TestCase):
|
| port = TestWebKitPort()
|
| port._config.build_directory = lambda configuration: '/mock-checkout/out/' + configuration
|
| driver = Driver(port, 0, pixel_tests=True, no_timeout=True)
|
| - self.assertEqual(driver.cmd_line(True, []), ['/mock-checkout/out/Release/content_shell', '--no-timeout', '--run-layout-test', '-'])
|
| + self.assertEqual(driver.cmd_line(True, []), ['/mock-checkout/out/Release/content_shell', '--no-timeout', '--run-layout-test', '--disable-slimming-paint', '-'])
|
|
|
| def test_check_for_driver_crash(self):
|
| port = TestWebKitPort()
|
|
|