提交 95a65c0c 编写于 作者: R Rudá Moura

avocado.multiplexer: Don't probe local filters.

In the current state of the code, the local filters are broken, so it's
better to keep it disable for now.
上级 bb112786
......@@ -119,9 +119,7 @@ def multiplex(*args):
for x in result:
for y in pool:
item = x + [y]
if any_sibling(*item) is False and \
filter_only(y.environment.get('filter-only', []), item) and \
filter_out(y.environment.get('filter-out', []), item):
if any_sibling(*item) is False:
items.append(item)
result = items
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册