Skip to content

Commit 3619f53

Browse files
committed
Test-related changes in Makefile 1
1 parent 4b6e009 commit 3619f53

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
@@ -147,7 +147,7 @@ endif
147147
cd $(ROOT)/test ;\
148148
DEVICE=$(DEVICE) ;\
149149
{ \
150-
python3 -m RLTest $(TEST_ARGS) --test $(TEST) --module $(INSTALL_DIR)/redisai.so
150+
python3 -m RLTest $(TEST_ARGS) --test $(TEST) --module $(INSTALL_DIR)/redisai.so ;\
151151
printf "\nTests with --use-slaved:\n\n" ;\
152152
python3 -m RLTest $(TEST_ARGS) --test $(TEST) --module $(INSTALL_DIR)/redisai.so --use-slaves ;\
153153
printf "\nTests with --use-aof:\n\n" ;\

0 commit comments

Comments
 (0)