Fix servodriver server configuration.

This commit is contained in:
Josh Matthews 2018-08-10 12:44:43 -04:00
parent 8423a90871
commit b16a6268d9
2 changed files with 2 additions and 2 deletions

View file

@ -639280,7 +639280,7 @@
"support"
],
"tools/wptrunner/wptrunner/browsers/servodriver.py": [
"aa17eba69bbd98b8d939e7610cd7ab2fd2f1ca0a",
"6486a788b8c8fbf4fc52dd4368265571975cabb4",
"support"
],
"tools/wptrunner/wptrunner/browsers/webkit.py": [

View file

@ -38,7 +38,7 @@ def browser_kwargs(test_type, run_info_data, config, **kwargs):
"binary": kwargs["binary"],
"binary_args": kwargs["binary_args"],
"debug_info": kwargs["debug_info"],
"server_config": config.ssl_config,
"server_config": config,
"user_stylesheets": kwargs.get("user_stylesheets"),
}