mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed test
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ public class RunnerMediatedCommandLineTest extends GeneralCommandLineTest {
|
||||
@NotNull
|
||||
@Override
|
||||
protected GeneralCommandLine postProcessCommandLine(@NotNull GeneralCommandLine commandLine) {
|
||||
boolean injected = RunnerMediator.injectRunnerCommand(super.postProcessCommandLine(commandLine));
|
||||
boolean injected = RunnerMediator.injectRunnerCommand(super.postProcessCommandLine(commandLine), false);
|
||||
assumeTrue("runner mediator not found", injected);
|
||||
return commandLine;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user