Unverified Commit 47c001dd authored by yancz2000's avatar yancz2000 Committed by GitHub
Browse files

Add make test-cluster option (#9478)

Add make test-cluster option
parent f560531d
...@@ -392,6 +392,9 @@ test-modules: $(REDIS_SERVER_NAME) ...@@ -392,6 +392,9 @@ test-modules: $(REDIS_SERVER_NAME)
test-sentinel: $(REDIS_SENTINEL_NAME) $(REDIS_CLI_NAME) test-sentinel: $(REDIS_SENTINEL_NAME) $(REDIS_CLI_NAME)
@(cd ..; ./runtest-sentinel) @(cd ..; ./runtest-sentinel)
test-cluster: $(REDIS_SERVER_NAME) $(REDIS_CLI_NAME)
@(cd ..; ./runtest-cluster)
check: test check: test
lcov: lcov:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment