wvlet / airframe

Essential Building Blocks for Scala
https://wvlet.org/airframe
Apache License 2.0
631 stars 64 forks source link

airspec: -L, -l loglevel options are not effective when tests are running in a forked JVM #3523

Closed xerial closed 1 month ago

xerial commented 2 months ago

If a test is running with a fork option, log level option is not effective in airspec

Test / fork := true
xerial commented 1 month ago

This issue is not yet solved

xerial commented 1 month ago

It seems this is because remoteArgs is not passed https://github.com/scala-native/scala-native/issues/3847