mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
less unnecessary noise in the test console
GitOrigin-RevId: 2a8df3ee4bfaac75ba7cf7b1899a7cf49fa553d1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
eac34fc409
commit
15acb8a351
@@ -350,8 +350,7 @@ public final class TestLoggerFactory implements Logger.Factory {
|
||||
Files.writeString(logFile, buffer);
|
||||
String headerFooter = StringUtil.repeat("=", 80);
|
||||
buffer = "\n" + headerFooter +
|
||||
"\nLog saved to: " + logFile.getFileName() +
|
||||
"\n (" + logFile + ")" +
|
||||
"\nLog saved to: " + logFile +
|
||||
"\n" + headerFooter +
|
||||
"\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user