Closed
Description
One particular cargotest project failed on CI and I wanted to replicate this locally, so I ran
./x.py test cargotest --test-args tokei
However, this started to clone servo, at which point I hit Ctrl-C. Does cargotest provide a way to only run one of the tests involved?
For now I'll probably have to patch cargotest itself as I'd rather not wait for everything else to test before it gets to the project I am interested in.