From 3659eafbf7d7c0983a9c1aaa5ad8bec7de94c88f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 8 Jan 2015 14:17:28 +0100 Subject: Make ct_run use -noinput instead of -noshell --- plugins/ct.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ct.mk') diff --git a/plugins/ct.mk b/plugins/ct.mk index 4453b70..18d432a 100644 --- a/plugins/ct.mk +++ b/plugins/ct.mk @@ -34,7 +34,7 @@ ALL_TEST_DEPS_DIRS = $(addprefix $(DEPS_DIR)/,$(TEST_DEPS)) CT_RUN = ct_run \ -no_auto_compile \ - -noshell \ + -noinput \ -pa $(realpath ebin) $(DEPS_DIR)/*/ebin \ -dir test \ -logdir logs -- cgit v1.2.3