Repository: couchdb Updated Branches: refs/heads/1963-eunit bfb7eb994 -> 2e3e69366
Add uuid for test server Prevents it generation during tests running and failure for make distcheck when config file is read only. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/5869b7a3 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/5869b7a3 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/5869b7a3 Branch: refs/heads/1963-eunit Commit: 5869b7a3f934dc8bf8e77fc6d31f2c50288a058e Parents: bfb7eb9 Author: Alexander Shorin <[email protected]> Authored: Wed Jun 18 13:31:06 2014 +0400 Committer: Alexander Shorin <[email protected]> Committed: Wed Jun 18 13:31:06 2014 +0400 ---------------------------------------------------------------------- test/couchdb/eunit.ini | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/5869b7a3/test/couchdb/eunit.ini ---------------------------------------------------------------------- diff --git a/test/couchdb/eunit.ini b/test/couchdb/eunit.ini index 9bf5fdb..50024a3 100644 --- a/test/couchdb/eunit.ini +++ b/test/couchdb/eunit.ini @@ -15,6 +15,10 @@ ; specific language governing permissions and limitations ; under the License. +[couchdb] +; time to relax! +uuid = 74696d6520746f2072656c617821 + [httpd] port = 0
