diff --git a/Makefile b/Makefile index 791aed2f2..202046e60 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ all: compile .PHONY: run run: run_setup unlock @rebar3 as test get-deps - @rebar3 as test auto --name $(RUN_NODE_NAME) --script test/run_emqx.escript + @rebar3 as test auto --name $(RUN_NODE_NAME) --script scripts/run_emqx.escript .PHONY: run_setup run_setup: diff --git a/test/run_emqx.escript b/scripts/run_emqx.escript similarity index 100% rename from test/run_emqx.escript rename to scripts/run_emqx.escript