提交 856d3d4a 编写于 作者: C Cleber Rosa

Robot Loader: use symbolic names

Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 817c25c2
......@@ -76,7 +76,7 @@ class RobotLoader(loader.TestLoader):
def __init__(self, args, extra_params):
super(RobotLoader, self).__init__(args, extra_params)
def discover(self, url, which_tests=False):
def discover(self, url, which_tests=loader.DEFAULT):
avocado_suite = []
subtests_filter = None
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册