Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(544)

Unified Diff: sky/tools/webkitpy/layout_tests/port/linux.py

Issue 1215953006: Use sky_shell instead of mojo_shell for testing. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Foo Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698