Move test/run_emqx.escript -> scripts/run_emqx.escript

This commit is contained in:
Feng Lee 2019-08-03 14:04:44 +08:00
parent c8317a230d
commit c4faeab45a
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ all: compile
.PHONY: run .PHONY: run
run: run_setup unlock run: run_setup unlock
@rebar3 as test get-deps @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 .PHONY: run_setup
run_setup: run_setup: