Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Aug 22, 2024
1 parent bd3ba4d commit d0a0968
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions testkit/src/mill/testkit/IntegrationTester.scala
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@ object IntegrationTester {
* Mill build being tested. Contains the `build.sc` file, any application code, and
* the `out/` folder containing the build output
*/
val workspacePath: os.Path = os.pwd / "out" / "interation-tester-workdir"
val workspacePath: os.Path = os.temp.dir(os.pwd / "out" / "interation-tester-workdir", deleteOnExit = false)

os.remove.all(workspacePath)
os.makeDir.all(workspacePath)
def debugLog = false

/**
Expand Down

0 comments on commit d0a0968

Please sign in to comment.