зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1452643 - Update wptserve args in marionette runner, r=me ON A CLOSED TREE
MozReview-Commit-ID: DvCYUNlX3VQ
This commit is contained in:
Родитель
869fec072d
Коммит
4daf082666
|
@ -109,7 +109,7 @@ class FixtureServer(object):
|
||||||
|
|
||||||
self._httpd = server.WebTestHttpd(host=host,
|
self._httpd = server.WebTestHttpd(host=host,
|
||||||
port=port,
|
port=port,
|
||||||
bind_hostname=True,
|
bind_address=True,
|
||||||
doc_root=doc_root,
|
doc_root=doc_root,
|
||||||
routes=routes,
|
routes=routes,
|
||||||
use_ssl=True if scheme == "https" else False,
|
use_ssl=True if scheme == "https" else False,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче