summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <robert.newson@uk.ibm.com>2020-02-03 15:48:20 +0000
committerRobert Newson <robert.newson@uk.ibm.com>2020-02-03 15:48:20 +0000
commit556987653e85d15f7d76301c2807b5f0103fbdb1 (patch)
treedbcd641b525dc125365f71413f53b02e263eb9ff
parenta19b9ff23ddb7da217954f963009d38c630891a7 (diff)
downloadcouchdb-fix-with-admin-party-please.tar.gz
Fix dev/run --with-admin-party-pleasefix-with-admin-party-please
-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