CLOVIS
06/14/2023, 9:47 PMkotlin("jvm")
project as part of a larger build that is mostly composed of kotlin("multiplatform")
projects. For some reason that I don't understand, the kotlin("jvm")
project does not have any standard output when executing tests, only the stacktrace even in IDEA. The other modules, even when executing on the JVM, do have standard output in tests.
For obvious reasons, this is very inconvenient to debug things. Has anyone seen this before?Javier
06/14/2023, 9:53 PMJavier
06/14/2023, 9:53 PMCLOVIS
06/14/2023, 9:57 PMJavier
06/14/2023, 10:01 PMCLOVIS
06/14/2023, 10:02 PMtestLogging { showStandardStreams = true }
,that's not what I'm asking forCLOVIS
06/14/2023, 10:02 PMVampire
06/14/2023, 10:11 PMCLOVIS
06/15/2023, 7:30 AMtestLogging
is specifically about the CLI, not the reported tests. Anyway, the standard output doesn't even appear in the XML report so it's not a printing issue, it's a collecting issue.