fixed test

This commit is contained in:
vadim.lomshakov
2017-08-21 21:39:03 +03:00
parent 85734f3ed8
commit 7a86f21fec
@@ -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;
}