Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Aug 20, 2024
1 parent 00b7902 commit 4f69048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testkit/src/mill/testkit/IntegrationTestSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ abstract class IntegrationTestSuite extends TestSuite {

def eval(
cmd: os.Shellable,
env: Map[String, String] = null,
cwd: os.Path = null,
env: Map[String, String] = millTestSuiteEnv,
cwd: os.Path = wd,
stdin: os.ProcessInput = os.Pipe,
stdout: os.ProcessOutput = os.Pipe,
stderr: os.ProcessOutput = os.Pipe,
Expand Down

0 comments on commit 4f69048

Please sign in to comment.