Bug 1631507 [wpt PR 23120] - Use python binary to run multiprocess tests., a=testonly

Automatic update from web-platform-tests
Pass a protocol to the TimedRunner constructor instead of a session.

--

wpt-commits: 13231f31e635216979d3cba401f31d929d89ba95
wpt-pr: 23120
This commit is contained in:
Josh Matthews 2020-04-28 11:32:43 +00:00 коммит произвёл moz-wptsync-bot
Родитель 3158bf4309
Коммит 4a8e8e5991
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -277,7 +277,7 @@ class ServoWebDriverRefTestExecutor(RefTestExecutor):
return ServoWebDriverRun(self.logger,
self._screenshot,
self.protocol.session,
self.protocol,
self.test_url(test),
timeout,
self.extra_timeout).run()