Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use python binary to run multiprocess tests. #26229

Merged
merged 3 commits into from Apr 20, 2020
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Pass a protocol to the TimedRunner constructor instead of a session.

  • Loading branch information
jdm committed Apr 20, 2020
commit a3587e608eb6830bc36f63aa94329a94cf3c7542
[]
],
"executorservodriver.py": [
"425f40223f77535d4ea34d75790e8facce30f77a",
"2e47a22a9c92b4caada29db358c08104793d2770",
[]
],
"executorwebdriver.py": [
@@ -277,7 +277,7 @@ def screenshot(self, test, viewport_size, dpi):

return ServoWebDriverRun(self.logger,
self._screenshot,
self.protocol.session,
self.protocol,
self.test_url(test),
timeout,
self.extra_timeout).run()
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.