summaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorRobert Newson <bob@rsn.io>2019-12-12 22:54:49 +0000
committerRobert Newson <bob@rsn.io>2019-12-12 23:57:25 +0000
commite37ebde5b0f519fdf3050b78487db6244b5024a3 (patch)
tree264be4f1a998abb8515c9129adfe9490e9c1a2d8 /dev
parent0ef71cbba7adc06fe7cf48259aec41e48c3087e2 (diff)
downloadcouchdb-e37ebde5b0f519fdf3050b78487db6244b5024a3.tar.gz
Enable port 5986 for test suites only5986-tests-only
Diffstat (limited to 'dev')
-rwxr-xr-xdev/run4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/run b/dev/run
index 9209c1129..482a0e831 100755
--- a/dev/run
+++ b/dev/run
@@ -400,6 +400,10 @@ def boot_haproxy(ctx):
def hack_default_ini(ctx, node, contents):
+ contents = re.sub(
+ "^\[httpd\]$", "[httpd]\nenable = true", contents, flags=re.MULTILINE,
+ )
+
if ctx["enable_erlang_views"]:
contents = re.sub(
"^\[native_query_servers\]$",