summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2020-02-04 10:00:24 +0000
committerGitHub <noreply@github.com>2020-02-04 11:00:24 +0100
commit150e056af06c3954262d880600c23eae852c95eb (patch)
treedbcd641b525dc125365f71413f53b02e263eb9ff
parenta19b9ff23ddb7da217954f963009d38c630891a7 (diff)
downloadcouchdb-150e056af06c3954262d880600c23eae852c95eb.tar.gz
Fix dev/run --with-admin-party-please (#2516)
-rwxr-xr-xdev/run1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/run b/dev/run
index 3186a1fc8..a96817d83 100755
--- a/dev/run
+++ b/dev/run
@@ -422,6 +422,7 @@ def hack_local_ini(ctx, contents):
contents = contents.replace(previous_line, previous_line + secret_line)
if ctx["with_admin_party"]:
+ os.environ["COUCHDB_TEST_ADMIN_PARTY_OVERRIDE"] = "1"
ctx["admin"] = ("Admin Party!", "You do not need any password.")
return contents