Closed
Description
Currently to run an individual test, you have to run ./x.py test src/test/run-pass --test-args foo.rs
. This isn't very obvious; it would be nice if src/test
was special cased such that ./x.py test ./x.py test src/test/run-pass/foo.rs
works
Relevant code: https://github.com/rust-lang/rust/blob/master/src/bootstrap/test.rs