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/11/12 00:07:14 UTC

[02/50] couchdb commit: updated refs/heads/2876-js-tests to bd19653

Add EUNIT_OPTS variable for to pass options to eunit tests

    make eunit EUNIT_OPTS='apps=couch_replicator'

Signed-off-by: Alexander Shorin <kx...@apache.org>


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

Branch: refs/heads/2876-js-tests
Commit: 6624b688e05207fb9a6d5d7294ccd6bcfab59556
Parents: ae95441
Author: Nick Vatamaniuc <va...@gmail.com>
Authored: Wed Oct 14 13:02:45 2015 -0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Wed Oct 14 20:14:15 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/6624b688/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index f7b14e7..2b6d31f 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,proper
+	@${REBAR} -r eunit skip_deps=meck,mochiweb,lager,snappy,folsom,proper $(EUNIT_OPTS)
 
 javascript: all
 	# TODO: Fix tests to look for these files in their new path