Init: Optionally skip plugin installation process
That change fixes acceptance test execution from eclipse. Change-Id: I489578d06a670547ea42dbbe41e2057b490208cd
This commit is contained in:
@@ -84,7 +84,8 @@ class GerritServer {
|
||||
File tmp = TempFileUtil.createTempDirectory();
|
||||
Init init = new Init();
|
||||
int rc = init.main(new String[] {
|
||||
"-d", tmp.getPath(), "--batch", "--no-auto-start"});
|
||||
"-d", tmp.getPath(), "--batch", "--no-auto-start",
|
||||
"--skip-plugins"});
|
||||
if (rc != 0) {
|
||||
throw new RuntimeException("Couldn't initialize site");
|
||||
}
|
||||
|
Reference in New Issue
Block a user