File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 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 {
119119 addCommandAlias(" run" , " dotty-compiler/run" ) ++
120120 addCommandAlias(
121121 " partest" ,
122- " ;dotty-compiler-bootstrapped/packageAll" +
123122 " ;dotty-compiler-bootstrapped/lockPartestFile" +
124123 " ;dotty-compiler-bootstrapped/test:test" +
125124 " ;dotty-compiler-bootstrapped/runPartestRunner"
126125 ) ++
127126 addCommandAlias(
128127 " partest-only" ,
129- " ;dotty-compiler-bootstrapped/packageAll" +
130128 " ;dotty-compiler-bootstrapped/lockPartestFile" +
131129 " ;dotty-compiler-bootstrapped/test:test-only dotc.tests" +
132130 " ;dotty-compiler-bootstrapped/runPartestRunner"
133131 ) ++
134132 addCommandAlias(
135133 " partest-only-no-bootstrap" ,
136- " ;packageAll" +
137134 " ;dotty-compiler/lockPartestFile" +
138135 " ;dotty-compiler/test:test-only dotc.tests" +
139136 " ;dotty-compiler/runPartestRunner"
You can’t perform that action at this time.
0 commit comments