aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--erlang.mk2
-rw-r--r--plugins/ct.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/erlang.mk b/erlang.mk
index 070f76e..f62caef 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -781,7 +781,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
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