mirror of
https://github.com/fluencelabs/redis
synced 2025-05-14 19:41:21 +00:00
Variadic ZADD tests
This commit is contained in:
parent
ef231a7c56
commit
3fe40d6e3c
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user