mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
Variadic ZADD tests
This commit is contained in:
parent
ef231a7c56
commit
3fe40d6e3c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user