0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Disable the shell for ct_run

This commit is contained in:
Loïc Hoguin 2013-03-02 14:40:00 +01:00
parent 0ba06578f2
commit 70391e58db

View file

@ -72,6 +72,7 @@ clean-docs:
# Tests. # Tests.
CT_RUN = ct_run \ CT_RUN = ct_run \
-noshell \
-pa ebin $(DEPS_DIR)/*/ebin \ -pa ebin $(DEPS_DIR)/*/ebin \
-dir test \ -dir test \
-logdir logs \ -logdir logs \