mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
[rdct-tests]: do not override output
GitOrigin-RevId: 2d109c57cc9a8fc7044b0bd5695e6e65726737c9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4894f0bf7e
commit
d33f61b316
@@ -140,9 +140,9 @@ object Launcher {
|
||||
}
|
||||
else {
|
||||
logFolder.mkdirs()
|
||||
// TODO: test logs overwrite launcher logs
|
||||
this.redirectOutput(logFolder.resolve("out.log"))
|
||||
this.redirectError(logFolder.resolve("err.log"))
|
||||
val ts = System.currentTimeMillis()
|
||||
this.redirectOutput(logFolder.resolve("out-$ts.log"))
|
||||
this.redirectError(logFolder.resolve("err-$ts.log"))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user