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 4b6e009 commit 3619f53Copy full SHA for 3619f53
opt/Makefile
@@ -147,7 +147,7 @@ endif
147
cd $(ROOT)/test ;\
148
DEVICE=$(DEVICE) ;\
149
{ \
150
- python3 -m RLTest $(TEST_ARGS) --test $(TEST) --module $(INSTALL_DIR)/redisai.so
+ python3 -m RLTest $(TEST_ARGS) --test $(TEST) --module $(INSTALL_DIR)/redisai.so ;\
151
printf "\nTests with --use-slaved:\n\n" ;\
152
python3 -m RLTest $(TEST_ARGS) --test $(TEST) --module $(INSTALL_DIR)/redisai.so --use-slaves ;\
153
printf "\nTests with --use-aof:\n\n" ;\
0 commit comments