Commit 615284a
committed
Auto merge of rust-lang#13151 - Alexendoo:nextest, r=Jarcho
Fix running compile-test under cargo nextest
`ui_test` itself has `cargo nextest` support which we now use - oli-obk/ui_test#161
It prints `ui_test` as its test name whereas we printed `compile_test`, this ended up being treated as a test name filter causing all the tests to be filtered out
changelog: none1 file changed
+0
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | 271 | | |
281 | 272 | | |
282 | 273 | | |
| |||
0 commit comments