| Index: testing_support/gerrit-init.sh
|
| diff --git a/testing_support/gerrit-init.sh b/testing_support/gerrit-init.sh
|
| index 3169ed45bd8d5bd33e556e27a1f6e052cc7cf4c4..5d100454974e13e7880cb175776c3a534ce33e4d 100755
|
| --- a/testing_support/gerrit-init.sh
|
| +++ b/testing_support/gerrit-init.sh
|
| @@ -147,7 +147,7 @@ fi
|
| mkdir -p "${rundir}/etc"
|
| cat <<EOF > "${rundir}/etc/gerrit.config"
|
| [auth]
|
| - type = http
|
| + type = DEVELOPMENT_BECOME_ANY_ACCOUNT
|
| gitBasicAuth = true
|
| [gerrit]
|
| canonicalWebUrl = http://$(hostname):${http_port}/
|
|
|