diff --git a/libraries/tools/kotlin-maven-plugin/src/it/simple/expected.log b/libraries/tools/kotlin-maven-plugin/src/it/simple/expected.log index f8d028b551d..572408bac7c 100644 --- a/libraries/tools/kotlin-maven-plugin/src/it/simple/expected.log +++ b/libraries/tools/kotlin-maven-plugin/src/it/simple/expected.log @@ -3,6 +3,3 @@ [INFO] Classes directory is /target/classes [INFO] Using kotlin annotations from /local-repo/org/jetbrains/kotlin/kotlin-jdk-annotations/0.1-SNAPSHOT/kotlin-jdk-annotations-0.1-SNAPSHOT.jar [INFO] Module name is test-project -[INFO] PERF: INIT: Compiler initialized in LLL ms -[INFO] PERF: ANALYZE: 1 files (2 lines) in LLL ms -[INFO] PERF: GENERATE: 1 files (2 lines) in LLL ms \ No newline at end of file diff --git a/libraries/tools/kotlin-maven-plugin/src/it/simple/verify.groovy b/libraries/tools/kotlin-maven-plugin/src/it/simple/verify.groovy index 4f3e3773aa3..f7c9d53d9f5 100644 --- a/libraries/tools/kotlin-maven-plugin/src/it/simple/verify.groovy +++ b/libraries/tools/kotlin-maven-plugin/src/it/simple/verify.groovy @@ -19,7 +19,11 @@ State state = new File(basedir, "build.log").readLines().collect { it.replaceAll def m = pattern.matcher(line) if (m.find()) { acc.currentPlugin = m.group(1) - } else if (line.startsWith("[INFO] Downloaded:") || line.startsWith("[INFO] Downloading:") || line.startsWith("Downloaded:") || line.startsWith("Downloading:")) { + } else if (line.startsWith("[INFO] Downloaded:") || + line.startsWith("[INFO] Downloading:") || + line.startsWith("Downloaded:") || + line.startsWith("Downloading:") || + line.startsWith("[INFO] PERF:")) { // ignore line } else if (acc.currentPlugin == "kotlin-maven-plugin") { def filtered = removePaths(line, basedir).