| Index: sky/tools/webkitpy/layout_tests/port/linux.py
|
| diff --git a/sky/tools/webkitpy/layout_tests/port/linux.py b/sky/tools/webkitpy/layout_tests/port/linux.py
|
| index d6fd9ec34ab4b0dc84b8010ec8e68bcd5910aacd..a028a9f5275f066b6a34207ec04d590792ed4ff9 100644
|
| --- a/sky/tools/webkitpy/layout_tests/port/linux.py
|
| +++ b/sky/tools/webkitpy/layout_tests/port/linux.py
|
| @@ -59,9 +59,7 @@ class LinuxPort(base.Port):
|
| finder = WebKitFinder(host.filesystem)
|
| webkit_base = finder.webkit_base()
|
| chromium_base = finder.chromium_base()
|
| - driver_name = getattr(options, 'driver_name', None)
|
| - if driver_name is None:
|
| - driver_name = cls.CONTENT_SHELL_NAME
|
| + driver_name = cls.SKY_SHELL_NAME
|
| if hasattr(options, 'configuration') and options.configuration:
|
| configuration = options.configuration
|
| else:
|
|
|