Chromium Code Reviews| Index: testing_support/gerrit-init.sh |
| diff --git a/testing_support/gerrit-init.sh b/testing_support/gerrit-init.sh |
| index 5d100454974e13e7880cb175776c3a534ce33e4d..0e3189c399737e3fcac2a330d2b9b9a81863343d 100755 |
| --- a/testing_support/gerrit-init.sh |
| +++ b/testing_support/gerrit-init.sh |
| @@ -157,6 +157,8 @@ cat <<EOF > "${rundir}/etc/gerrit.config" |
| listenAddress = *:${ssh_port} |
| [sendemail] |
| enable = false |
| +[container] |
| + javaOptions = -Duser.home=${rundir}/tmp |
| EOF |
| # Initialize the gerrit instance. |