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/09/29 19:04:55 UTC

couchdb commit: updated refs/heads/master to 12b4c25

Repository: couchdb
Updated Branches:
  refs/heads/master 7087ea74f -> 12b4c2592


chttpd should use random port for tests


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

Branch: refs/heads/master
Commit: 12b4c2592b83cb7f5ced81ebe5f0c810e15e0eef
Parents: 7087ea7
Author: Alexander Shorin <kx...@apache.org>
Authored: Tue Sep 29 19:56:08 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Tue Sep 29 20:02:56 2015 +0300

----------------------------------------------------------------------
 rel/files/eunit.ini | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/12b4c259/rel/files/eunit.ini
----------------------------------------------------------------------
diff --git a/rel/files/eunit.ini b/rel/files/eunit.ini
index 50024a3..e3f96c3 100644
--- a/rel/files/eunit.ini
+++ b/rel/files/eunit.ini
@@ -22,6 +22,9 @@ uuid = 74696d6520746f2072656c617821
 [httpd]
 port = 0
 
+[chttpd]
+port = 0
+
 [log]
 ; logging is disabled to remove unwanted noise in stdout from tests processing
 level = none