summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2015-09-29 19:56:08 +0300
committerAlexander Shorin <kxepal@apache.org>2015-09-29 20:02:56 +0300
commit12b4c2592b83cb7f5ced81ebe5f0c810e15e0eef (patch)
tree1a1b9d27b4de7a2230daabcec1b9d768e5c7d523
parent7087ea74f695e04328ae095e481669d6445de532 (diff)
downloadcouchdb-12b4c2592b83cb7f5ced81ebe5f0c810e15e0eef.tar.gz
chttpd should use random port for tests
-rw-r--r--rel/files/eunit.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/rel/files/eunit.ini b/rel/files/eunit.ini
index 50024a375..e3f96c3ed 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