[kotlin-native][build][test infrostructure] don't ignore compiler exit code

This commit is contained in:
Vasily Levchenko
2021-04-13 08:16:30 +02:00
committed by Space
parent c68ac4f6b6
commit 2adea2122e
@@ -474,7 +474,7 @@ open class KonanDynamicTest : KonanStandaloneTest() {
) + clangFlags
standardOutput = log
errorOutput = log
isIgnoreExitValue = true
isIgnoreExitValue = false
})
log.toString("UTF-8").also {
project.file("$executable.compilation.log").writeText(it)