Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
15bc1cc1
Commit
15bc1cc1
authored
Jun 25, 2011
by
antirez
Browse files
colorized test output shows scripting tests with X
parent
994ed2bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/support/test.tcl
View file @
15bc1cc1
...
@@ -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 .
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment