Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
47c001dd
Unverified
Commit
47c001dd
authored
Sep 09, 2021
by
yancz2000
Committed by
GitHub
Sep 09, 2021
Browse files
Add make test-cluster option (#9478)
Add make test-cluster option
parent
f560531d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
47c001dd
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment