Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions compiler/test/dotty/tools/dotc/CompilationTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ class CompilationTests extends ParallelTesting {
val dotty2Group = TestGroup("tastyBootstrap/dotty2")
val libGroup = TestGroup("tastyBootstrap/lib")

// Make sure that the directory is clean
dotty.tools.io.Directory(defaultOutputDir + "tastyBootstrap").deleteRecursively()

val opt = TestFlags(
// compile with bootstrapped library on cp:
defaultOutputDir + libGroup + "/src/:" +
Expand Down