Closed
Description
If you try to do ./x.py test src/test
, it doesn't work:
./x.py test --stage 1 src/test/ --bless
Updating only changed submodules
Submodules updated in 0.01 seconds
Building rustbuild
Finished dev [unoptimized] target(s) in 0.14s
error: no `test` rules matched 'src/test/'
help: run `x.py test --help --verbose` to show a list of available paths
note: if you are adding a new Step to bootstrap itself, make sure you register it with `describe!`
Build completed unsuccessfully in 0:00:00
Same goes for x.py test compiler
and x.py test library
.
@rustbot label A-rustbuild