We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eacb5af + 16a3fb5 commit 5be1360Copy full SHA for 5be1360
compiler/test/dotty/tools/dotc/reporting/TestReporter.scala
@@ -86,7 +86,7 @@ object TestReporter {
86
private[this] def initLog() = if (logWriter eq null) {
87
val date = new Date
88
val df0 = new SimpleDateFormat("yyyy-MM-dd")
89
- val df1 = new SimpleDateFormat("yyyy-MM-dd-HH:mm:ss")
+ val df1 = new SimpleDateFormat("yyyy-MM-dd-'T'HH-mm-ss")
90
val folder = s"testlogs/tests-${df0.format(date)}"
91
new JFile(folder).mkdirs()
92
outFile = new JFile(s"$folder/tests-${df1.format(date)}.log")
0 commit comments