Skip to content

Commit

Permalink
Makefile fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Oct 18, 2024
1 parent 0438fe4 commit 404f7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ci-tests:
$(REBAR3) ct as test_otp_25 --dir="test,test-redis" --logdir logs/ct;\
else\
echo Tests for OTP 21;\
@$(REBAR3) ct as test_otp_21 --dir="test,test-redis" --logdir logs/ct;\
$(REBAR3) ct as test_otp_21 --dir="test,test-redis" --logdir logs/ct;\
fi


Expand Down

0 comments on commit 404f7e0

Please sign in to comment.