Skip to content

Commit

Permalink
add MILL_TEST_RESOURCE_DIR to one more place
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Oct 1, 2024
1 parent c1c5166 commit 0362cdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scalalib/src/mill/scalalib/TestModuleUtil.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ private[scalalib] object TestModuleUtil {
.mkString(",")

val resourceEnv = Map(
"MILL_TEST_RESOURCE_DIR" -> resources.map(_.path).mkString(";"),
EnvVars.MILL_TEST_RESOURCE_FOLDER -> resources.map(_.path).mkString(";"),
EnvVars.MILL_WORKSPACE_ROOT -> T.workspace.toString
)
Expand Down

0 comments on commit 0362cdb

Please sign in to comment.