mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
test execution: keep unsupported control sequences in console (IDEA-211589)
GitOrigin-RevId: dea0e0720a6d602171a1fcbe606da50ebbfb0bd6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7713d706c5
commit
9bc9b064da
+1
@@ -631,6 +631,7 @@ public class OutputToGeneralTestEventsConverter implements ProcessOutputConsumer
|
||||
}
|
||||
else {
|
||||
GeneralTestEventsProcessor.logProblem(LOG, "Unexpected service message:" + name, myTestFrameworkName);
|
||||
fireOnUncapturedOutput(msg.asString() + "\n", ProcessOutputTypes.STDOUT);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user