mirror of
https://github.com/fluencelabs/redis
synced 2025-03-16 15:40:49 +00:00
fixed test rendering when test failed in non verbose mode
This commit is contained in:
parent
7982173fef
commit
180e07b8c0
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user