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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/servers/lighttpd.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
Index: Tools/Scripts/webkitpy/layout_tests/servers/lighttpd.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/servers/lighttpd.py b/Tools/Scripts/webkitpy/layout_tests/servers/lighttpd.py
index 8af9b7c73bc5ad1124fd530130b561b54f6767c2..f4bf7c4593730e1a8697d496b6b861725449ff5b 100644
--- a/Tools/Scripts/webkitpy/layout_tests/servers/lighttpd.py
+++ b/Tools/Scripts/webkitpy/layout_tests/servers/lighttpd.py
@@ -39,7 +39,7 @@ _log = logging.getLogger(__name__)
class Lighttpd(server_base.ServerBase):
- def __init__(self, port_obj, output_dir, additional_dirs=None):
+ def __init__(self, port_obj, output_dir):
super(Lighttpd, self).__init__(port_obj, output_dir)
self._name = 'lighttpd'
self._log_prefixes = ('access.log-', 'error.log-')

Powered by Google App Engine
This is Rietveld 408576698