scalacenter / bloop

Bloop is a build server and CLI tool to compile, test and run Scala fast from any editor or build tool.
https://scalacenter.github.io/bloop/
Apache License 2.0
908 stars 201 forks source link

Running `sbt bloopInstall` -> "Skipped test option... can only be used within sbt" #2514

Open andyczerwonka opened 3 days ago

andyczerwonka commented 3 days ago

I'm trying to understand the following:

info] Skipped test option 'Filter(IntegrationSettings$$$Lambda$8435/0x00007ccae0ec2110@4fdce555)' as it can only be used within sbt
tgodzik commented 2 days ago

It's added here:

https://github.com/scalacenter/bloop/blob/7bac89a5a7c5098909a6fc489fe099766a2dd00d/integrations/sbt-bloop/src/main/scala/bloop/integrations/sbt/SbtBloop.scala#L989

It's only logging any unsupported kinds of test options