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

Unified Diff: sky/tools/webkitpy/layout_tests/servers/pywebsocket.py

Issue 639883003: Get test_webkitpy to actually run again. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: merge to ToT Created 6 years, 2 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
« no previous file with comments | « sky/tools/webkitpy/layout_tests/port/mock_drt.py ('k') | sky/tools/webkitpy/test/main.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/webkitpy/layout_tests/servers/pywebsocket.py
diff --git a/sky/tools/webkitpy/layout_tests/servers/pywebsocket.py b/sky/tools/webkitpy/layout_tests/servers/pywebsocket.py
index ef51fb2b0b1d49d12617b8ceaf719c009150b7e1..277897a58b2d44b4efe70314afdaf3b804f0a438 100644
--- a/sky/tools/webkitpy/layout_tests/servers/pywebsocket.py
+++ b/sky/tools/webkitpy/layout_tests/servers/pywebsocket.py
@@ -59,7 +59,7 @@ class PyWebSocket(server_base.ServerBase):
time_str = time.strftime('%d%b%Y-%H%M%S')
log_file_name = _WS_LOG_PREFIX + time_str
self._error_log = self._filesystem.join(self._output_dir, log_file_name + "-err.txt")
- pywebsocket_base = self._port_obj.path_from_webkit_base('Tools', 'Scripts', 'webkitpy', 'thirdparty')
+ pywebsocket_base = self._port_obj.path_from_webkit_base('tools', 'webkitpy', 'thirdparty')
pywebsocket_script = self._filesystem.join(pywebsocket_base, 'mod_pywebsocket', 'standalone.py')
self._start_cmd = [
« no previous file with comments | « sky/tools/webkitpy/layout_tests/port/mock_drt.py ('k') | sky/tools/webkitpy/test/main.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698