Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 12, 2025
1 parent 39cb6b7 commit 12caa19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testkit/src/mill/testkit/IntegrationTester.scala
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ object IntegrationTester {
val debugArgs = Option.when(debugLog)("--debug")

val shellable: os.Shellable = (millExecutable, serverArgs, "--disable-ticker", debugArgs, cmd)
pprint.log(sys.props("java.home"))
val res0 = os.call(
cmd = shellable,
env = env ++ Seq("JAVA_HOME" -> sys.props("java.home")),
Expand Down

0 comments on commit 12caa19

Please sign in to comment.