Use most recent webdriver test harness.

This commit is contained in:
Josh Matthews 2017-11-20 14:48:33 -05:00
parent 6797c2f7c5
commit 8761f53391
4 changed files with 10 additions and 79 deletions

View file

@ -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()