未验证 提交 4d9dd0b7 编写于 作者: L Lukáš Doktor

Merging pull request 2321

Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>

* https://github.com/avocado-framework/avocado:
  resultsdb: print IU message only when using default TUI
......@@ -160,7 +160,8 @@ class ResultsdbResult(Result):
description = 'Resultsdb result support'
def render(self, result, job):
if getattr(job.args, 'resultsdb_logs', None) is not None:
if (getattr(job.args, 'resultsdb_logs', None) is not None and
getattr(job.args, 'stdout_claimed_by', None) is None):
LOG_UI.info("JOB URL : %s/%s" % (job.args.resultsdb_logs,
os.path.basename(job.logdir)))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册