Backed out changeset a3337bda5a22 (bug 995972) for mozbuild test failures.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2014-04-14 12:05:33 -04:00
Родитель 2d8f8ed9fe
Коммит 2679716290
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -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 \