Bug 1513580 - Ensure we only load the wpt test types we requested, r=Ms2ger

Differential Revision: https://phabricator.services.mozilla.com/D14438

--HG--
extra : moz-landing-system : lando
This commit is contained in:
James Graham 2018-12-13 16:18:13 +00:00
Родитель f2644f2991
Коммит d696f3b020
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -404,7 +404,7 @@ class ManifestLoader(object):
download_from_github(manifest_path, tests_path)
return manifest.load_and_update(tests_path, manifest_path, url_base,
cache_root=cache_root, update=self.force_manifest_update,
meta_filters=self.meta_filters)
meta_filters=self.meta_filters, types=self.types)
def iterfilter(filters, iter):