summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul J. Davis <paul.joseph.davis@gmail.com>2017-05-16 12:28:44 -0500
committerPaul J. Davis <paul.joseph.davis@gmail.com>2017-05-16 12:28:44 -0500
commit71477f17df7430ba5c4146e01b62a018e480a9f1 (patch)
treebd9e23d08d61700e96e9f7d65e4705550dedd26e
parente8b2c74f877771765619692ca716ae971d0f7e98 (diff)
downloadcouchdb-trigger-chttpd-error.tar.gz
TMP: Trying to trigger the chttpd errortrigger-chttpd-error
-rw-r--r--Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 33c44157d..d968ed068 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,16 @@ eunit: export BUILDDIR = $(shell pwd)
eunit: export ERL_AFLAGS = -config $(shell pwd)/rel/files/eunit.config
eunit: couch
@$(REBAR) setup_eunit 2> /dev/null
- @$(REBAR) -r eunit $(EUNIT_OPTS)
+ @$(REBAR) -r eunit apps=chttpd
+ @$(REBAR) -r eunit apps=chttpd
+ @$(REBAR) -r eunit apps=chttpd
+ @$(REBAR) -r eunit apps=chttpd
+ @$(REBAR) -r eunit apps=chttpd
+ @$(REBAR) -r eunit apps=chttpd
+ @$(REBAR) -r eunit apps=chttpd
+ @$(REBAR) -r eunit apps=chttpd
+ @$(REBAR) -r eunit apps=chttpd
+ @$(REBAR) -r eunit apps=chttpd
.PHONY: javascript