avocado.core.output: Fix bug in TermSupport.warn_header_str

That method is supposed to print a yellow colored message,
not a red colored one.
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 f4252a63
......@@ -187,7 +187,7 @@ class TermSupport(object):
If the output does not support colors, just return the original string.
"""
return self.FAIL + msg + self.ENDC
return self.SKIP + msg + self.ENDC
def healthy_str(self, msg):
"""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册