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 799d58e commit 0e3f1e2Copy full SHA for 0e3f1e2
build.sc
@@ -148,7 +148,7 @@ class ScalaJsCliNativeImage(val scalaJsVersion0: String) extends ScalaModule wit
148
System.err.println(s"Testing ${path.relativeTo(os.pwd)}")
149
val cwd = T.dest / "workdir"
150
os.makeDir.all(cwd)
151
- os.proc(bash, os.pwd / "scripts" / "test-cli.sh", path)
+ os.proc(bash, os.pwd / "scripts" / "test-cli.sh", path, scalaJsVersion)
152
.call(cwd = cwd, stdin = os.Inherit, stdout = os.Inherit)
153
}
154
0 commit comments