Fix CI break issue due to serverTests merged issue (#218)
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:
parent
4646d0825e
commit
bb1a3fffe7
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user