Skip to content

Commit c4faeab

Browse files
committed
Move test/run_emqx.escript -> scripts/run_emqx.escript
1 parent c8317a2 commit c4faeab

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ all: compile
1717
.PHONY: run
1818
run: run_setup unlock
1919
@rebar3 as test get-deps
20-
@rebar3 as test auto --name $(RUN_NODE_NAME) --script test/run_emqx.escript
20+
@rebar3 as test auto --name $(RUN_NODE_NAME) --script scripts/run_emqx.escript
2121

2222
.PHONY: run_setup
2323
run_setup:
File renamed without changes.

0 commit comments

Comments
 (0)