| Index: Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py b/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py
|
| index 6bd8d060718aad2caed4afaf9e7fb1ecaabf2063..98c0eaace39d6cdaa696d1dee8ff5c63c3ef034b 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py
|
| @@ -39,7 +39,7 @@ _log = logging.getLogger(__name__)
|
|
|
|
|
| class ApacheHTTP(server_base.ServerBase):
|
| - def __init__(self, port_obj, output_dir, additional_dirs=None, number_of_servers=None):
|
| + def __init__(self, port_obj, output_dir, additional_dirs, number_of_servers):
|
| super(ApacheHTTP, self).__init__(port_obj, output_dir)
|
| # We use the name "httpd" instead of "apache" to make our paths (e.g. the pid file: /tmp/WebKit/httpd.pid)
|
| # match old-run-webkit-tests: https://bugs.webkit.org/show_bug.cgi?id=63956
|
|
|