aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ct.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-01-08 14:17:28 +0100
committerLoïc Hoguin <[email protected]>2015-01-08 14:17:28 +0100
commit3659eafbf7d7c0983a9c1aaa5ad8bec7de94c88f (patch)
tree53f0c0ec29f369c76d560602d0507aef643c342b /plugins/ct.mk
parentabb11f81f5e23ebda3334f1a8669aa9097a3895d (diff)
downloaderlang.mk-3659eafbf7d7c0983a9c1aaa5ad8bec7de94c88f.tar.gz
erlang.mk-3659eafbf7d7c0983a9c1aaa5ad8bec7de94c88f.tar.bz2
erlang.mk-3659eafbf7d7c0983a9c1aaa5ad8bec7de94c88f.zip
Make ct_run use -noinput instead of -noshell
Diffstat (limited to 'plugins/ct.mk')
-rw-r--r--plugins/ct.mk2
1 files changed, 1 insertions, 1 deletions
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