[build][test][debugger] enabled on OSX
This commit is contained in:
@@ -4517,9 +4517,7 @@ project.tasks.named("test").configure {
|
|||||||
}
|
}
|
||||||
|
|
||||||
project.tasks.register("debugger_test", Test.class) {
|
project.tasks.register("debugger_test", Test.class) {
|
||||||
// FIXME: fix debugger output or test
|
enabled = (target.family == Family.OSX) // KT-30366
|
||||||
// enabled = (target.family == Family.OSX) // KT-30366
|
|
||||||
enabled = false
|
|
||||||
testLogging { exceptionFormat = 'full' }
|
testLogging { exceptionFormat = 'full' }
|
||||||
UtilsKt.dependsOnDist(it)
|
UtilsKt.dependsOnDist(it)
|
||||||
systemProperties = ['kotlin.native.home': dist]
|
systemProperties = ['kotlin.native.home': dist]
|
||||||
|
|||||||
Reference in New Issue
Block a user