mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Use most recent webdriver test harness.
This commit is contained in:
parent
6797c2f7c5
commit
8761f53391
4 changed files with 10 additions and 79 deletions
|
@ -65,6 +65,7 @@ def set_defaults(paths, kwargs):
|
|||
bin_path = servo_path("target", bin_dir, bin_name)
|
||||
|
||||
kwargs["binary"] = bin_path
|
||||
kwargs["webdriver_binary"] = bin_path
|
||||
|
||||
if kwargs["processes"] is None:
|
||||
kwargs["processes"] = multiprocessing.cpu_count()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue