提交 6d3d9df4 编写于 作者: L Lukáš Doktor

scripts.avocado-run-testplan: Add description to the human output

The description might contain valuable information.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 c0b85446
......@@ -142,8 +142,9 @@ class App(object):
print("Run by '%s' at %s" % (data.get("user_identification"),
data.get("datetime")))
for result in data.get("results"):
print("- %s: %s" % (result.get("name"),
result.get("result")))
print("%s: '%s': %s" % (result.get("result"),
result.get("name"),
result.get("notes")))
if __name__ == '__main__':
app = App()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册