Gradle, native: Don't treat test output as stacktrace
Currently native test runner reports stacktraces using TC service messages.
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ open class KotlinNativeTest : KotlinTest() {
|
||||
name,
|
||||
testNameSuffix = targetName,
|
||||
prependSuiteName = targetName != null,
|
||||
treatFailedTestOutputAsStacktrace = true,
|
||||
treatFailedTestOutputAsStacktrace = false,
|
||||
stackTraceParser = ::parseKotlinNativeStackTraceAsJvm
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user