You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/09/28 16:49:43 UTC

[14/39] couchdb commit: updated refs/heads/developer-preview-2.0 to 3ac3db6

Don't skip own apps for eunit testing


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

Branch: refs/heads/developer-preview-2.0
Commit: a692f16c8cfb96b9178948e261fadfa777c03e2c
Parents: 0fdc54f
Author: Alexander Shorin <kx...@apache.org>
Authored: Sun Aug 23 13:46:37 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Sun Aug 23 13:46:37 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/a692f16c/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 5c96cf8..cefdf80 100644
--- a/Makefile
+++ b/Makefile
@@ -156,7 +156,7 @@ docker-stop:
 eunit: export BUILDDIR = $(shell pwd)
 eunit: couch
 	@rebar setup_eunit
-	@rebar -r eunit skip_deps=meck,mochiweb,lager,snappy,couch_replicator,fabric,folsom
+	@rebar -r eunit skip_deps=meck,mochiweb,lager,snappy,folsom
 
 javascript: all
 	# TODO: Fix tests to look for these files in their new path