Repository: couchdb Updated Branches: refs/heads/master 72b7520cc -> 7e4b218c4
Explicitly disable proper when running eunit tests. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/7e4b218c Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/7e4b218c Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/7e4b218c Branch: refs/heads/master Commit: 7e4b218c4f589f934fccc3642a90d44e3f352c61 Parents: 72b7520 Author: Nick Vatamaniuc <vatam...@gmail.com> Authored: Fri Oct 9 17:27:37 2015 -0400 Committer: Nick Vatamaniuc <vatam...@gmail.com> Committed: Fri Oct 9 17:27:37 2015 -0400 ---------------------------------------------------------------------- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/7e4b218c/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index e6e93a4..f7b14e7 100644 --- a/Makefile +++ b/Makefile @@ -158,7 +158,7 @@ eunit: export BUILDDIR = $(shell pwd) eunit: export ERL_AFLAGS = -config $(shell pwd)/rel/files/eunit.config eunit: couch @${REBAR} setup_eunit - @${REBAR} -r eunit skip_deps=meck,mochiweb,lager,snappy,folsom + @${REBAR} -r eunit skip_deps=meck,mochiweb,lager,snappy,folsom,proper javascript: all # TODO: Fix tests to look for these files in their new path