From: antirez Date: Sat, 25 Jun 2011 10:42:55 +0000 (+0200) Subject: colorized test output shows scripting tests with X X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/15bc1cc1bcd4174e7116b5429f1f31f792d13d2e?hp=--cc colorized test output shows scripting tests with X --- 15bc1cc1bcd4174e7116b5429f1f31f792d13d2e diff --git a/tests/support/test.tcl b/tests/support/test.tcl index dff2d297..a6199f4b 100644 --- a/tests/support/test.tcl +++ b/tests/support/test.tcl @@ -80,6 +80,9 @@ proc colored_dot {tags passed} { } elseif {[lsearch $tags basic] != -1} { set colorcode {35} set ch B + } elseif {[lsearch $tags scripting] != -1} { + set colorcode {36} + set ch X } else { set colorcode {37} set ch .