Make rebuild flag work.

This commit is contained in:
Josh Matthews 2019-03-20 10:08:27 -04:00
parent 7b4d1c6e4c
commit 6428901c41

View file

@ -65,6 +65,7 @@ def _update(logger, test_paths, rebuild):
manifest_path,
url_base,
working_copy=True,
rebuild=rebuild,
cache_root=os.path.join(servo_root, ".wpt",
cache_subdir))
return 0