GitHub user iilyak opened a pull request:
https://github.com/apache/couchdb-couch/pull/154
Use couch_tests applications for couch_db_plugin_tests
This fixes the problem with chttpd_plugin_tests. Previously following would
fail:
```
make eunit apps=couch,chttpd tests=callback_test,error_info_test
```
In order to test this PR you would need to add
apache/couchdb-erlang-tests#1 as a dependency in `rebar.config.script`. You
might need to add the app into `rel/reltool.config` as well.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cloudant/couchdb-couch
fix-couch_db_plugin_tests
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-couch/pull/154.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #154
----
commit 2a7387c6009c147bf7a5901345bd3239df70d1e0
Author: ILYA Khlopotov <[email protected]>
Date: 2016-03-17T17:43:43Z
Use couch_tests applications for couch_db_plugin_tests
----
---
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.
---