mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-183164 Rerun failed tests button disappeared from the gradle test runner
This commit is contained in:
+3
-1
@@ -426,7 +426,9 @@ public class ExternalSystemRunConfiguration extends LocatableConfigurationBase i
|
||||
if (executionConsole instanceof BuildView) {
|
||||
actions = ((BuildView)executionConsole).getSwitchActions();
|
||||
}
|
||||
return new DefaultExecutionResult(executionConsole, processHandler, actions);
|
||||
DefaultExecutionResult executionResult = new DefaultExecutionResult(executionConsole, processHandler, actions);
|
||||
executionResult.setRestartActions(restartActions);
|
||||
return executionResult;
|
||||
}
|
||||
|
||||
private BuildProgressListener createBuildView(ExternalSystemTaskId id,
|
||||
|
||||
Reference in New Issue
Block a user