colorized test output shows scripting tests with X
This commit is contained in:
parent
4d0e1714f0
commit
be5f3e8bd6
@ -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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user