提交 07de704d 编写于 作者: K kohsuke

run netx without requiring X

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@12448 71c3de6d-444a-0410-be80-ed276b4c234a
上级 c8105d5c
......@@ -43,7 +43,7 @@ public class JNLPLauncherTest extends HudsonTestCase {
ArgumentListBuilder args = new ArgumentListBuilder();
args.add("java","-jar");
args.add(Which.jarFile(netx.jnlp.runtime.JNLPRuntime.class).getAbsolutePath());
args.add("-nosecurity","-jnlp", getJnlpLink(c));
args.add("-headless","-nosecurity","-jnlp", getJnlpLink(c));
return args;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册