Skip to content

Commit

Permalink
Fix CI break issue due to serverTests merged issue (valkey-io#218)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
hwware authored Apr 4, 2024
1 parent 4646d08 commit bb1a3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit bb1a3ff

Please sign in to comment.