Browse Source

Disable the shell for ct_run

Loïc Hoguin 12 years ago
parent
commit
70391e58db
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -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 \