]> git.saurik.com Git - redis.git/commitdiff
fixed test rendering when test failed in non verbose mode
authorantirez <antirez@gmail.com>
Wed, 15 Dec 2010 10:04:04 +0000 (11:04 +0100)
committerantirez <antirez@gmail.com>
Wed, 15 Dec 2010 10:04:04 +0000 (11:04 +0100)
tests/support/test.tcl

index a9f2d76e8adaa2e4cf1008432d90d34a44f9d867..724646a3a1a1d604e31a63922223e68c6711824b 100644 (file)
@@ -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"