This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 2d496f4
authored
Rollup merge of rust-lang#84779 - jyn514:cargotest-args, r=Mark-Simulacrum
Add support for --test-args to cargotest
This allows running a single test without having to wait for all tests
to complete.
Closes rust-lang#77260.2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
186 | 187 | | |
187 | 188 | | |
188 | 189 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
0 commit comments