Fix CI break issue due to serverTests merged issue ()

Here is the latest CI run result for this PR

https://github.com/hwware/placeholderkv/actions/runs/8561152261

Signed-off-by: hwware <wen.hui.ware@gmail.com>
This commit is contained in:
Wen Hui 2024-04-04 17:37:15 -04:00 committed by GitHub
parent 4646d0825e
commit bb1a3fffe7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6915,7 +6915,7 @@ int main(int argc, char **argv) {
}
if (!strcasecmp(argv[2], "all")) {
int numtests = sizeof(serverTest)/sizeof(struct redisTest);
int numtests = sizeof(serverTests)/sizeof(struct serverTest);
for (j = 0; j < numtests; j++) {
serverTests[j].failed = (serverTests[j].proc(argc,argv,flags) != 0);
}