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
3fe40d6e
Commit
3fe40d6e
authored
May 31, 2011
by
antirez
Browse files
Variadic ZADD tests
parent
ef231a7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_helper.tcl
View file @
3fe40d6e
...
...
@@ -110,6 +110,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