Skip to content

Commit 314c3c9

Browse files
committed
Test if script path provided by env var is correct
1 parent f3a72f2 commit 314c3c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/test-coursier/dotty/tools/coursier/CoursierScalaTests.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class CoursierScalaTests:
5757
val args = scriptPath
5858
val output = CoursierScalaTests.csCmd(args)
5959
assertTrue(output.mkString("\n").startsWith("script.path:"))
60+
assertTrue(output.mkString("\n").endsWith("scriptPath.sc"))
6061
scriptPath()
6162

6263
def version() =

0 commit comments

Comments
 (0)