diff options
author | Alexander Shorin <kxepal@apache.org> | 2015-09-29 19:56:08 +0300 |
---|---|---|
committer | Alexander Shorin <kxepal@apache.org> | 2015-09-29 20:02:56 +0300 |
commit | 12b4c2592b83cb7f5ced81ebe5f0c810e15e0eef (patch) | |
tree | 1a1b9d27b4de7a2230daabcec1b9d768e5c7d523 /rel/files | |
parent | 7087ea74f695e04328ae095e481669d6445de532 (diff) | |
download | couchdb-12b4c2592b83cb7f5ced81ebe5f0c810e15e0eef.tar.gz |
chttpd should use random port for tests
Diffstat (limited to 'rel/files')
-rw-r--r-- | rel/files/eunit.ini | 3 |
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 |