I notice that JVM tests produce test result files ...
# multiplatform
k
I notice that JVM tests produce test result files in binary format. is that expected? my build server (bamboo) expects xml.
workaround does not work
b
it's been working for us for awhile. can you share samples from your build.gradle(.kts)
also did you try a
find build -name '*.xml'
after running? might just not be in the place you expect or something
i think even with enabling xml, you still get the binary output too
k
yes I ran a find command
I'm not sure what you want to see from my build file...
kotlin { jvm() }
😛
jvmTest
works. the aggregate test tasks do not.
b
huh that's pretty weird
k
I assume at some point after the configuration, the aggregate task is disabling the associated property on the underlying jvmTest task