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

Disable cover in tests by default

This commit is contained in:
Loïc Hoguin 2013-03-02 16:28:13 +01:00
parent 3442acbe35
commit 489073265f

View file

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