mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Make rebuild flag work.
This commit is contained in:
parent
7b4d1c6e4c
commit
6428901c41
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ def _update(logger, test_paths, rebuild):
|
||||||
manifest_path,
|
manifest_path,
|
||||||
url_base,
|
url_base,
|
||||||
working_copy=True,
|
working_copy=True,
|
||||||
|
rebuild=rebuild,
|
||||||
cache_root=os.path.join(servo_root, ".wpt",
|
cache_root=os.path.join(servo_root, ".wpt",
|
||||||
cache_subdir))
|
cache_subdir))
|
||||||
return 0
|
return 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue