Revert "Temporary: don't check log in Maven test (KT-66551)"

This reverts commit 95fa065361.
This commit is contained in:
Mikhail Glukhikh
2024-03-14 21:34:59 +01:00
committed by Space Team
parent 4f4f6393f9
commit 09eb138625
@@ -63,7 +63,7 @@ if (expectedLog != actualLog) {
println "Expected log (from ${new File(basedir, "expected.log").absolutePath}):"
println expectedLog
println ""
//return false
return false
} else {
println "Log comparison succeeded"
}