diff --git a/Makefile b/Makefile index f5989f3e9..aa5260d9d 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ eunit: $(REBAR) .PHONY: ct ct: $(REBAR) - $(REBAR) ct -c -v + $(REBAR) ct --name 'test@127.0.0.1' -c -v .PHONY: cover cover: $(REBAR)