You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ch...@apache.org on 2014/08/29 22:46:09 UTC

[09/13] couchdb commit: updated refs/heads/1963-eunit-bigcouch to 36bd96a

Set the BUILDDIR environment variable for use in eunit tests


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/3b2c3f52
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/3b2c3f52
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/3b2c3f52

Branch: refs/heads/1963-eunit-bigcouch
Commit: 3b2c3f52e9df903469ca0d7610b3e12d43108b70
Parents: 0955cc9
Author: Russell Branca <ch...@apache.org>
Authored: Fri Aug 29 12:33:49 2014 -0700
Committer: Russell Branca <ch...@apache.org>
Committed: Fri Aug 29 13:35:00 2014 -0700

----------------------------------------------------------------------
 Makefile | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/3b2c3f52/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 8a32d4e..042af99 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,7 @@ install.mk:
 docker:
 	@docker build --no-cache --rm -t couchdb/dev-cluster .
 
+eunit: export BUILDDIR = $(shell pwd)
 eunit:
 	@rebar setup_eunit
 	@rebar eunit skip_deps=meck,mochiweb,lager