diff --git a/tests/wpt/manifestupdate.py b/tests/wpt/manifestupdate.py index c6fb1e37119..85d73757a46 100644 --- a/tests/wpt/manifestupdate.py +++ b/tests/wpt/manifestupdate.py @@ -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