mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 01:13:11 +00:00
Propagate --test-args
for x.py test src/tools/cargo
This commit is contained in:
parent
a8486b64b0
commit
05140ec091
@ -212,6 +212,7 @@ impl Step for Cargo {
|
||||
if !builder.fail_fast {
|
||||
cargo.arg("--no-fail-fast");
|
||||
}
|
||||
cargo.arg("--").args(builder.config.cmd.test_args());
|
||||
|
||||
// Don't run cross-compile tests, we may not have cross-compiled libstd libs
|
||||
// available.
|
||||
|
Loading…
Reference in New Issue
Block a user