Skip to content

Commit e4b523b

Browse files
committed
Switch bootstrapped partest
1 parent c841e2f commit e4b523b

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

project/Build.scala

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,19 +119,17 @@ object DottyBuild extends Build {
119119
addCommandAlias("run", "dotty-compiler/run") ++
120120
addCommandAlias(
121121
"partest",
122-
";packageAll" +
123-
";dotty-compiler/test:runMain dotc.build" +
124-
";dotty-compiler/lockPartestFile" +
125-
";dotty-compiler/test:test" +
126-
";dotty-compiler/runPartestRunner"
122+
";dotty-compiler-bootstrapped/packageAll" +
123+
";dotty-compiler-bootstrapped/lockPartestFile" +
124+
";dotty-compiler-bootstrapped/test:test" +
125+
";dotty-compiler-bootstrapped/runPartestRunner"
127126
) ++
128127
addCommandAlias(
129128
"partest-only",
130-
";packageAll" +
131-
";dotty-compiler/test:runMain dotc.build" +
132-
";dotty-compiler/lockPartestFile" +
133-
";dotty-compiler/test:test-only dotc.tests" +
134-
";dotty-compiler/runPartestRunner"
129+
";dotty-compiler-bootstrapped/packageAll" +
130+
";dotty-compiler-bootstrapped/lockPartestFile" +
131+
";dotty-compiler-bootstrapped/test:test-only dotc.tests" +
132+
";dotty-compiler-bootstrapped/runPartestRunner"
135133
) ++
136134
addCommandAlias(
137135
"partest-only-no-bootstrap",

0 commit comments

Comments
 (0)