Skip to content

Commit

Permalink
Merge pull request #2153 from tgodzik/change-to-warn
Browse files Browse the repository at this point in the history
chore: Change frameworks not supported message to warn
  • Loading branch information
tgodzik authored Sep 14, 2023
2 parents c582384 + 0556ce9 commit 188a8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/main/scala/bloop/engine/tasks/TestTask.scala
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ object TestTask {
}

case _: Platform.Native =>
logger.error("Detecting test frameworks in Scala Native projects is not yet supported")
logger.warn("Detecting test frameworks in Scala Native projects is not yet supported")
Task.now(None)
}
}
Expand Down

0 comments on commit 188a8d2

Please sign in to comment.