File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -90,25 +90,25 @@ object DottyBuild extends Build {
90
90
" partest" ,
91
91
" ;packageAll" +
92
92
" ;dotty-compiler/test:runMain dotc.build" +
93
- " ;lockPartestFile" +
93
+ " ;dotty-compiler/ lockPartestFile" +
94
94
" ;dotty-compiler/test:test" +
95
- " ;runPartestRunner" +
95
+ " ;dotty-compiler/ runPartestRunner" +
96
96
" ;bin/test" // script tests need to run after the unit tests
97
97
) ++
98
98
addCommandAlias(
99
99
" partest-only" ,
100
100
" ;packageAll" +
101
101
" ;dotty-compiler/test:runMain dotc.build" +
102
- " ;lockPartestFile" +
102
+ " ;dotty-compiler/ lockPartestFile" +
103
103
" ;dotty-compiler/test:test-only dotc.tests" +
104
- " ;runPartestRunner"
104
+ " ;dotty-compiler/ runPartestRunner"
105
105
) ++
106
106
addCommandAlias(
107
107
" partest-only-no-bootstrap" ,
108
108
" ;packageAll" +
109
- " ;lockPartestFile" +
109
+ " ;dotty-compiler/ lockPartestFile" +
110
110
" ;dotty-compiler/test:test-only dotc.tests" +
111
- " ;runPartestRunner"
111
+ " ;dotty-compiler/ runPartestRunner"
112
112
)
113
113
).
114
114
settings(publishing)
You can’t perform that action at this time.
0 commit comments