Skip to content

Commit 8dd518d

Browse files
committed
Add --use-slaves to test invocation
1 parent 647b9e2 commit 8dd518d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ ifneq ($(NO_LFS),1)
134134
endif
135135
$(SHOW)set -e ;\
136136
cd $(ROOT)/test ;\
137-
python3 -m RLTest $(TEST_ARGS) --test basic_tests.py --module $(INSTALL_DIR)/redisai.so ;\
137+
python3 -m RLTest $(TEST_ARGS) --test basic_tests.py --module $(INSTALL_DIR)/redisai.so --use-slaves ;\
138138
python3 -m RLTest $(TEST_ARGS) --test double-panda.py --module $(INSTALL_DIR)/redisai.so
139139

140140
#----------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)