x.py test src/tools/cargo --test-args x
does not pass x as an argument
#82621
Labels
A-contributor-roadblock
Area: Makes things more difficult for new contributors to rust itself
A-testsuite
Area: The testsuite used to check the correctness of rustc
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 this:
x.py test src/tools/cargo --test-args message_format
I expected to see this happen: x.py only runs cargo tests with
message_format
in the name.Instead, this happened: x.py runs all cargo tests:
Meta
I'm using 5d02aa1150a2afea958bbeacaa7683ba3a8f00f3 (branched from 8a9f786).
The text was updated successfully, but these errors were encountered: