kocolosk commented on a change in pull request #2114: Ensure EUnit inherits 
appropriate environment variables
URL: https://github.com/apache/couchdb/pull/2114#discussion_r314310076
 
 

 ##########
 File path: Makefile
 ##########
 @@ -168,11 +168,11 @@ eunit: export BUILDDIR = $(shell pwd)
 eunit: export ERL_AFLAGS = -config $(shell pwd)/rel/files/eunit.config
 eunit: export COUCHDB_QUERY_SERVER_JAVASCRIPT = $(shell pwd)/bin/couchjs 
$(shell pwd)/share/server/main.js
 eunit: couch
-       @$(REBAR) setup_eunit 2> /dev/null
+       @COUCHDB_VERSION=$(COUCHDB_VERSION) COUCHDB_GIT_SHA=$(COUCHDB_GIT_SHA) 
$(REBAR) setup_eunit 2> /dev/null
 
 Review comment:
   Done. Rebased into a fixup of the original commit.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to