sb118: make sure test OOo instances can dump core upon crash

This commit is contained in:
sb
2010-03-01 16:48:19 +01:00
parent 06fb299262
commit ffb8e5cf09
2 changed files with 4 additions and 3 deletions

View File

@ -45,7 +45,7 @@ public final class OfficeConnection {
description = "pipe,name=oootest" + UUID.randomUUID();
ProcessBuilder pb = new ProcessBuilder(
getArgument("path"), "-quickstart=no", "-nofirststartwizard",
"-accept=" + description + ";urp",
"-norestore", "-accept=" + description + ";urp",
"-env:UserInstallation=" + getArgument("user"),
"-env:UNO_JAVA_JFW_ENV_JREHOME=true",
"-env:UNO_JAVA_JFW_ENV_CLASSPATH=true");