There should be a way to run specific run-make tests #138643
Labels
A-compiletest
Area: The compiletest test runner
A-run-make
Area: port run-make Makefiles to rmake.rs
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
If I run
x test tests/run-make/rust-lld
, it runs five tests (all these that haverust-lld
anywhere in their name), instead of running just the single test that I want.If I use
x test tests/run-make/rust-lld -- --exact
, it doesn't find any test.Expected behaviour
It should be possible to use exact matching for running (run-make) tests through bootstrap.
The text was updated successfully, but these errors were encountered: