We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647b9e2 commit 8dd518dCopy full SHA for 8dd518d
opt/Makefile
@@ -134,7 +134,7 @@ ifneq ($(NO_LFS),1)
134
endif
135
$(SHOW)set -e ;\
136
cd $(ROOT)/test ;\
137
- python3 -m RLTest $(TEST_ARGS) --test basic_tests.py --module $(INSTALL_DIR)/redisai.so ;\
+ python3 -m RLTest $(TEST_ARGS) --test basic_tests.py --module $(INSTALL_DIR)/redisai.so --use-slaves ;\
138
python3 -m RLTest $(TEST_ARGS) --test double-panda.py --module $(INSTALL_DIR)/redisai.so
139
140
#----------------------------------------------------------------------------------------------
0 commit comments