File tree 1 file changed +0
-3
lines changed 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -119,21 +119,18 @@ object DottyBuild extends Build {
119
119
addCommandAlias(" run" , " dotty-compiler/run" ) ++
120
120
addCommandAlias(
121
121
" partest" ,
122
- " ;dotty-compiler-bootstrapped/packageAll" +
123
122
" ;dotty-compiler-bootstrapped/lockPartestFile" +
124
123
" ;dotty-compiler-bootstrapped/test:test" +
125
124
" ;dotty-compiler-bootstrapped/runPartestRunner"
126
125
) ++
127
126
addCommandAlias(
128
127
" partest-only" ,
129
- " ;dotty-compiler-bootstrapped/packageAll" +
130
128
" ;dotty-compiler-bootstrapped/lockPartestFile" +
131
129
" ;dotty-compiler-bootstrapped/test:test-only dotc.tests" +
132
130
" ;dotty-compiler-bootstrapped/runPartestRunner"
133
131
) ++
134
132
addCommandAlias(
135
133
" partest-only-no-bootstrap" ,
136
- " ;packageAll" +
137
134
" ;dotty-compiler/lockPartestFile" +
138
135
" ;dotty-compiler/test:test-only dotc.tests" +
139
136
" ;dotty-compiler/runPartestRunner"
You can’t perform that action at this time.
0 commit comments