Github user kxepal commented on a diff in the pull request:
https://github.com/apache/couchdb/pull/349#discussion_r40674975
--- Diff: Makefile ---
@@ -154,7 +154,7 @@ docker-start:
docker-stop:
@docker stop `cat .docker-id`
-eunit: export BUILDDIR = $(shell pwd)
+eunit: export BUILDDIR = $(shell pwd) ERL_FLAGS = "-config
`pwd`/tmp/etc/sys.config"
--- End diff --
This wouldn't work. Actually, all this line will get assigned to BUILDDIR,
so it became something like:
`"/home/kxepal/projects/asf/couchdb/couchdb ERL_FLAGS = \"-config
`pwd`/tmp/etc/sys.config\""`
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---