From: antirez Date: Wed, 15 Dec 2010 10:04:04 +0000 (+0100) Subject: fixed test rendering when test failed in non verbose mode X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/180e07b8c0fb63b437d5c5af72843e34f1cd5e4c?ds=sidebyside;hp=-c fixed test rendering when test failed in non verbose mode --- 180e07b8c0fb63b437d5c5af72843e34f1cd5e4c diff --git a/tests/support/test.tcl b/tests/support/test.tcl index a9f2d76e..724646a3 100644 --- a/tests/support/test.tcl +++ b/tests/support/test.tcl @@ -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"