File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -119,19 +119,17 @@ object DottyBuild extends Build {
119
119
addCommandAlias(" run" , " dotty-compiler/run" ) ++
120
120
addCommandAlias(
121
121
" 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"
127
126
) ++
128
127
addCommandAlias(
129
128
" 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"
135
133
) ++
136
134
addCommandAlias(
137
135
" partest-only-no-bootstrap" ,
You can’t perform that action at this time.
0 commit comments