mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Update web-platform-tests to revision b9d4748d6a7f9b21bd420486955b44349aa005ea
This commit is contained in:
parent
0a9a222356
commit
28ed236c3a
76 changed files with 2158 additions and 581 deletions
|
@ -153,7 +153,7 @@ class MtimeCache(CacheFile):
|
|||
|
||||
def __init__(self, cache_root, tests_root, manifest_path, rebuild=False):
|
||||
self.manifest_path = manifest_path
|
||||
super(MtimeCache, self).__init__(cache_root, tests_root, rebuild=False)
|
||||
super(MtimeCache, self).__init__(cache_root, tests_root, rebuild)
|
||||
|
||||
def updated(self, rel_path, stat):
|
||||
"""Return a boolean indicating whether the file changed since the cache was last updated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue