mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
colorized test output shows scripting tests with X
This commit is contained in:
parent
994ed2bc55
commit
15bc1cc1bc
@ -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…
Reference in New Issue
Block a user