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

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

Issue 705623003: Fix test_sky in release builds (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « sky/tools/test_perf ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/webkitpy/layout_tests/port/base.py
diff --git a/sky/tools/webkitpy/layout_tests/port/base.py b/sky/tools/webkitpy/layout_tests/port/base.py
index 725e572b6edf34b0f84f248b8f395b6518dbf0a6..928ca9023d56c0fe55eb7dbcbff89fc3aa3109f6 100644
--- a/sky/tools/webkitpy/layout_tests/port/base.py
+++ b/sky/tools/webkitpy/layout_tests/port/base.py
@@ -1101,6 +1101,7 @@ class Port(object):
self._http_server = subprocess.Popen([
self.path_to_script('sky_server'),
+ '-t', self.get_option('configuration'),
self.path_from_chromium_base(),
'8000',
])
« no previous file with comments | « sky/tools/test_perf ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698