bootstrap/rustbuild: --test-args
has no effect for cargo tests
#66458
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
I tried running
./x.py test src/tools/cargo --test-args rustc
, expecting that only tests with "rustc" in their name would be run. However, this has no effect. It looks like--test-args
is just ignored.The text was updated successfully, but these errors were encountered: