mirror of
https://github.com/fluencelabs/redis
synced 2025-06-19 12:11:21 +00:00
colorized test output shows scripting tests with X
This commit is contained in:
@ -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 .
|
||||
|
Reference in New Issue
Block a user