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
d260b9a4
Commit
d260b9a4
authored
May 31, 2011
by
antirez
Browse files
Variadic ZADD tests
parent
45df42c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_helper.tcl
View file @
d260b9a4
...
...
@@ -108,6 +108,13 @@ proc cleanup {} {
}
proc execute_everything
{}
{
if 1
{
# Use this when hacking on new tests.
set ::verbose 1
execute_tests
"unit/first"
return
}
execute_tests
"unit/printver"
execute_tests
"unit/auth"
execute_tests
"unit/protocol"
...
...
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