Skip to content

Commit 0e3f1e2

Browse files
fixup
1 parent 799d58e commit 0e3f1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class ScalaJsCliNativeImage(val scalaJsVersion0: String) extends ScalaModule wit
148148
System.err.println(s"Testing ${path.relativeTo(os.pwd)}")
149149
val cwd = T.dest / "workdir"
150150
os.makeDir.all(cwd)
151-
os.proc(bash, os.pwd / "scripts" / "test-cli.sh", path)
151+
os.proc(bash, os.pwd / "scripts" / "test-cli.sh", path, scalaJsVersion)
152152
.call(cwd = cwd, stdin = os.Inherit, stdout = os.Inherit)
153153
}
154154
}

0 commit comments

Comments
 (0)