提交 ac74ef54 编写于 作者: A Amador Pahim

yaml loader: use JOB log instead of UI log

The YAML Test Loader is sending the messages for the UI. They
should go to the Job Log instead.
Signed-off-by: NAmador Pahim <apahim@redhat.com>
上级 da338600
......@@ -102,7 +102,7 @@ class YamlTestsuiteLoader(loader.TestLoader):
mux_tree = mux.MuxTree(root)
for variant in mux_tree:
params = parameters.AvocadoParams(variant, ["/run/*"],
output.LOG_UI.name)
output.LOG_JOB.name)
reference = params.get("test_reference")
test_loader = self._get_loader(params)
if not test_loader:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册