mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-88715 Exception on "Restart "Rerun failed tests""
This commit is contained in:
+2
-1
@@ -104,7 +104,8 @@ public class AbstractRerunFailedTestsAction extends AnAction {
|
||||
profile.getProject(),
|
||||
myEnvironment.getRunnerSettings(),
|
||||
myEnvironment.getConfigurationSettings(),
|
||||
null));
|
||||
null,
|
||||
myEnvironment.getRunnerAndConfigurationSettings()));
|
||||
}
|
||||
catch (ExecutionException e1) {
|
||||
LOG.error(e1);
|
||||
|
||||
Reference in New Issue
Block a user