x.py test should be able to test subfolders #60718
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
It would be very useful if
./x.py test src/test/ui/subfolder
would run every UI test insrc/test/ui/subfolder
(at the moment it runs every single UI test)../x.py test
currently works for individual files and for entire test suites, but not directories.The text was updated successfully, but these errors were encountered: