mirror of
https://github.com/servo/servo.git
synced 2025-07-02 13:03:43 +01:00
Update web-platform-tests to revision d04a8fc02b85bd32799691759c8c05ead07cd939
This commit is contained in:
parent
e8fdc677f4
commit
2b35c55ac7
63 changed files with 2068 additions and 340 deletions
|
@ -60,7 +60,7 @@ you could add the following line to the lint.whitelist file.
|
|||
%s: %s"""
|
||||
|
||||
def all_filesystem_paths(repo_root, subdir=None):
|
||||
path_filter = PathFilter(repo_root, extras=[".git/*"])
|
||||
path_filter = PathFilter(repo_root, extras=[".git/"])
|
||||
if subdir:
|
||||
expanded_path = subdir
|
||||
else:
|
||||
|
@ -72,8 +72,7 @@ def all_filesystem_paths(repo_root, subdir=None):
|
|||
yield path
|
||||
dirnames[:] = [item for item in dirnames if
|
||||
path_filter(os.path.relpath(os.path.join(dirpath, item) + "/",
|
||||
repo_root))]
|
||||
|
||||
repo_root)+"/")]
|
||||
|
||||
def _all_files_equal(paths):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue