Kaynağa Gözat

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

Feng Lee 6 yıl önce
ebeveyn
işleme
c4faeab45a
2 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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