mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
remove dependency on upcoming testng-remote.jar (IDEA-150806)
This commit is contained in:
@@ -116,8 +116,7 @@ public class RemoteTestNGStarter {
|
||||
}
|
||||
final IDEARemoteTestNG testNG = new IDEARemoteTestNG(param);
|
||||
CommandLineArgs cla = new CommandLineArgs();
|
||||
RemoteArgs ra = new RemoteArgs();
|
||||
new JCommander(Arrays.asList(cla, ra), (String[])resultArgs.toArray(new String[resultArgs.size()]));
|
||||
new JCommander(Collections.singletonList(cla), (String[])resultArgs.toArray(new String[resultArgs.size()]));
|
||||
testNG.configure(cla);
|
||||
testNG.run();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user