Remove all allFiles*.out from debugger output
This commit is contained in:
@@ -349,6 +349,10 @@ public abstract class KotlinDebuggerTestCase extends DescriptorTestCase {
|
||||
|
||||
@Override
|
||||
protected void checkTestOutput() throws Exception {
|
||||
if (KotlinTestUtils.isAllFilesPresentTest(getTestName(false))) {
|
||||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
super.checkTestOutput();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user