From c4faeab45a222d04d24c8cd6ab8e57fbb25f8657 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Sat, 3 Aug 2019 14:04:44 +0800 Subject: [PATCH] Move test/run_emqx.escript -> scripts/run_emqx.escript --- Makefile | 2 +- {test => scripts}/run_emqx.escript | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {test => scripts}/run_emqx.escript (100%) 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