mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 16:51:22 +00:00
Variadic ZADD tests
This commit is contained in:
@ -110,6 +110,13 @@ proc cleanup {} {
|
|||||||
}
|
}
|
||||||
|
|
||||||
proc execute_everything {} {
|
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/printver"
|
||||||
execute_tests "unit/auth"
|
execute_tests "unit/auth"
|
||||||
execute_tests "unit/protocol"
|
execute_tests "unit/protocol"
|
||||||
|
Reference in New Issue
Block a user