Commit 3fe40d6e authored by antirez's avatar antirez
Browse files

Variadic ZADD tests

parent ef231a7c
......@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment