mirror of
https://github.com/servo/servo.git
synced 2025-08-22 05:45:33 +01:00
Update web-platform-tests to revision d73b07b850fa51f23e846518bb6e8c59c58eef19
This commit is contained in:
parent
62031e3cb0
commit
7776ed79d7
107 changed files with 3306 additions and 538 deletions
|
@ -483,9 +483,11 @@ def load_and_update(tests_root,
|
|||
allow_cached=allow_cached)
|
||||
except ManifestVersionMismatch:
|
||||
logger.info("Manifest version changed, rebuilding")
|
||||
rebuild = True
|
||||
|
||||
if manifest is not None and manifest.url_base != url_base:
|
||||
logger.info("Manifest url base did not match, rebuilding")
|
||||
rebuild = True
|
||||
|
||||
if manifest is None:
|
||||
manifest = Manifest(tests_root, url_base)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue