[kotlin-native][build][test infrostructure] don't ignore compiler exit code
This commit is contained in:
@@ -474,7 +474,7 @@ open class KonanDynamicTest : KonanStandaloneTest() {
|
|||||||
) + clangFlags
|
) + clangFlags
|
||||||
standardOutput = log
|
standardOutput = log
|
||||||
errorOutput = log
|
errorOutput = log
|
||||||
isIgnoreExitValue = true
|
isIgnoreExitValue = false
|
||||||
})
|
})
|
||||||
log.toString("UTF-8").also {
|
log.toString("UTF-8").also {
|
||||||
project.file("$executable.compilation.log").writeText(it)
|
project.file("$executable.compilation.log").writeText(it)
|
||||||
|
|||||||
Reference in New Issue
Block a user