Commit 15bc1cc1 authored by antirez's avatar antirez
Browse files

colorized test output shows scripting tests with X

parent 994ed2bc
...@@ -80,6 +80,9 @@ proc colored_dot {tags passed} { ...@@ -80,6 +80,9 @@ proc colored_dot {tags passed} {
} elseif {[lsearch $tags basic] != -1} { } elseif {[lsearch $tags basic] != -1} {
set colorcode {35} set colorcode {35}
set ch B set ch B
} elseif {[lsearch $tags scripting] != -1} {
set colorcode {36}
set ch X
} else { } else {
set colorcode {37} set colorcode {37}
set ch . set ch .
......
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