Skip to content

Commit a13dd95

Browse files
committed
hide passed tests by default
1 parent 2cbe6ee commit a13dd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/atoum/intellij/plugin/atoum/run/Runner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public RunConfiguration createTemplateConfiguration(Project project) {
108108

109109
testsOutputConsoleView.attachToProcess(processHandler);
110110
console.getResultsViewer().setAutoscrolls(true);
111-
TestConsoleProperties.HIDE_PASSED_TESTS.set(testsOutputConsoleView.getProperties(), false);
111+
TestConsoleProperties.HIDE_PASSED_TESTS.set(testsOutputConsoleView.getProperties(), true);
112112
TestConsoleProperties.SELECT_FIRST_DEFECT.set(testsOutputConsoleView.getProperties(), true);
113113

114114
final OSProcessHandler finalProcessHandler = processHandler;

0 commit comments

Comments
 (0)