Skip to content

Commit

Permalink
Test-related changes in Makefile 1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafie committed Jan 30, 2020
1 parent 4b6e009 commit 3619f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ endif
cd $(ROOT)/test ;\
DEVICE=$(DEVICE) ;\
{ \
python3 -m RLTest $(TEST_ARGS) --test $(TEST) --module $(INSTALL_DIR)/redisai.so
python3 -m RLTest $(TEST_ARGS) --test $(TEST) --module $(INSTALL_DIR)/redisai.so ;\
printf "\nTests with --use-slaved:\n\n" ;\
python3 -m RLTest $(TEST_ARGS) --test $(TEST) --module $(INSTALL_DIR)/redisai.so --use-slaves ;\
printf "\nTests with --use-aof:\n\n" ;\
Expand Down

0 comments on commit 3619f53

Please sign in to comment.