We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0650461 commit 7adb9b6Copy full SHA for 7adb9b6
src/main/scala/com/github/daniel/shuy/sbt/scripted/scalatest/SbtScriptedScalaTest.scala
@@ -61,7 +61,7 @@ object SbtScriptedScalaTest extends AutoPlugin {
61
)
62
status.waitUntilCompleted()
63
if (!status.succeeds()) {
64
- sys.error(s"Scripted ScalaTest suite failed!")
+ sys.error("Scripted ScalaTest suite failed!")
65
}
66
case None =>
67
logger.value.warn(
0 commit comments