fix(test): set node name to 'test@127.0.0.1' when run ct

This commit is contained in:
Shawn 2020-12-28 14:41:00 +08:00
parent 2e4ffa1f4c
commit 1887dfa8a4
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ eunit: $(REBAR)
.PHONY: ct .PHONY: ct
ct: $(REBAR) ct: $(REBAR)
$(REBAR) ct -c -v $(REBAR) ct --name 'test@127.0.0.1' -c -v
.PHONY: cover .PHONY: cover
cover: $(REBAR) cover: $(REBAR)