mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Disable cover in tests by default
This commit is contained in:
parent
3442acbe35
commit
489073265f
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue