Skip to content

Commit

Permalink
makedir
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Sep 5, 2024
1 parent a02f687 commit d202eff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testkit/src/mill/testkit/IntegrationTesterBase.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ trait IntegrationTesterBase {
*/
def initWorkspace(): Unit = {
println(s"Copying integration test sources from $workspaceSourcePath to $workspacePath")
os.makeDir.all(workspacePath)
os.list(workspacePath).foreach(os.remove.all(_))
os.list(workspaceSourcePath).filter(_.last != out).foreach(os.copy.into(_, workspacePath))
os.remove.all(workspacePath / "out")
Expand Down

0 comments on commit d202eff

Please sign in to comment.