提交 180e07b8 编写于 作者: A antirez

fixed test rendering when test failed in non verbose mode

上级 7982173f
......@@ -83,7 +83,7 @@ proc colored_dot {tags passed} {
if {$passed} {
puts -nonewline "\033\[0;${colorcode};40m"
} else {
puts -nonewline "\033\[0;40;${colorcode}m"
puts -nonewline "\033\[7;${colorcode};40m"
}
puts -nonewline $ch
puts -nonewline "\033\[0m"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册