Browse Source

Disable cover in tests by default

Loïc Hoguin 12 years ago
parent
commit
489073265f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -75,8 +75,8 @@ CT_RUN = ct_run \
 	-noshell \
 	-pa ebin $(DEPS_DIR)/*/ebin \
 	-dir test \
-	-logdir logs \
-	-cover test/cover.spec
+	-logdir logs
+#	-cover test/cover.spec
 
 tests: ERLC_OPTS += -DTEST=1
 tests: clean clean-deps deps app