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