Commit 180e07b8 authored by antirez's avatar antirez
Browse files

fixed test rendering when test failed in non verbose mode

parent 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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment