提交 8e9d00dd 编写于 作者: A Amador Pahim

glib: remove legacy check

This check was introduced in the previous draft of this plugin, when it
was using gtester, and left over. Dropping.
Signed-off-by: NAmador Pahim <apahim@redhat.com>
上级 edf73ef5
......@@ -90,10 +90,6 @@ class GLibLoader(loader.TestLoader):
for test in result.stdout.splitlines():
test_name = "%s:%s" % (reference, test)
for item in avocado_suite:
if item[1]['name'] == test_name:
raise ValueError
if subtests_filter and not subtests_filter.search(test_name):
continue
avocado_suite.append((GLibTest, {'name': test_name}))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册