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.
1 parent b327a72 commit 07d7133Copy full SHA for 07d7133
test/e2e/framework/log/logger_test.go
@@ -138,7 +138,7 @@ func normalizeReport(report reporters.FakeReporter) suiteResults {
138
}
139
140
// timePrefix matches "Jul 17 08:08:25.950: " at the beginning of each line.
141
-var timePrefix = regexp.MustCompile(`(?m)^[[:alpha:]]{3} [[:digit:]]{1,2} [[:digit:]]{2}:[[:digit:]]{2}:[[:digit:]]{2}.[[:digit:]]{3}: `)
+var timePrefix = regexp.MustCompile(`(?m)^[[:alpha:]]{3} +[[:digit:]]{1,2} +[[:digit:]]{2}:[[:digit:]]{2}:[[:digit:]]{2}.[[:digit:]]{3}: `)
142
143
func stripTimes(in string) string {
144
return timePrefix.ReplaceAllString(in, "")
0 commit comments