Skip to content

Commit 05140ec

Browse files
committed
Propagate --test-args for x.py test src/tools/cargo
1 parent a8486b6 commit 05140ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/test.rs

+1
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ impl Step for Cargo {
212212
if !builder.fail_fast {
213213
cargo.arg("--no-fail-fast");
214214
}
215+
cargo.arg("--").args(builder.config.cmd.test_args());
215216

216217
// Don't run cross-compile tests, we may not have cross-compiled libstd libs
217218
// available.

0 commit comments

Comments
 (0)