Преглед изворни кода

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

Feng Lee пре 6 година
родитељ
комит
c4faeab45a
2 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Makefile
  2. 0 0
      scripts/run_emqx.escript

+ 1 - 1
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:

test/run_emqx.escript → scripts/run_emqx.escript