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 12eeb9f commit f3a72f2Copy full SHA for f3a72f2
compiler/test-coursier/dotty/tools/coursier/CoursierScalaTests.scala
@@ -53,10 +53,10 @@ class CoursierScalaTests:
53
scriptArgs()
54
55
def scriptPath() =
56
- val scriptPath = scripts("/scripting").find(_.getName == "showArgs.sc").get.absPath
+ val scriptPath = scripts("/scripting").find(_.getName == "scriptPath.sc").get.absPath
57
val args = scriptPath
58
- val output = CoursierScalaTests.csCmd(args*)
59
- assertTrue(output.startsWith("script.path:"))
+ val output = CoursierScalaTests.csCmd(args)
+ assertTrue(output.mkString("\n").startsWith("script.path:"))
60
scriptPath()
61
62
def version() =
0 commit comments