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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/servers/pywebsocket.py

Issue 135653016: Clean up run-blink-httpd, run-blink-websocketserver, add tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge forward changes Created 6 years, 10 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 | « Tools/Scripts/webkitpy/layout_tests/servers/lighttpd.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/servers/pywebsocket.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/servers/pywebsocket.py b/Tools/Scripts/webkitpy/layout_tests/servers/pywebsocket.py
index 966ed712e5f2e07d09df80de35f51dcc34930e09..f5fa4d5fe1d001e66ce852725f9a226de6e1bab5 100644
--- a/Tools/Scripts/webkitpy/layout_tests/servers/pywebsocket.py
+++ b/Tools/Scripts/webkitpy/layout_tests/servers/pywebsocket.py
@@ -46,7 +46,7 @@ _DEFAULT_WS_PORT = 8880
class PyWebSocket(server_base.ServerBase):
- def __init__(self, port_obj, output_dir, additional_dirs=None):
+ def __init__(self, port_obj, output_dir):
super(PyWebSocket, self).__init__(port_obj, output_dir)
self._name = 'pywebsocket'
self._log_prefixes = (_WS_LOG_PREFIX,)
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/servers/lighttpd.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698