зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset a3337bda5a22 (bug 995972) for mozbuild test failures.
CLOSED TREE
This commit is contained in:
Родитель
2d8f8ed9fe
Коммит
2679716290
|
@ -90,9 +90,7 @@ class TestMetadata(object):
|
|||
"""
|
||||
def fltr(tests):
|
||||
for test in tests:
|
||||
if flavor and \
|
||||
(flavor == 'devtools' and test.get('flavor') != 'browser-chrome') or \
|
||||
(flavor != 'devtools' and test.get('flavor') != flavor):
|
||||
if flavor and test.get('flavor') != flavor:
|
||||
continue
|
||||
|
||||
if under_path \
|
||||
|
|
Загрузка…
Ссылка в новой задаче