-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
cargotest should respect "--test-args" #77260
Copy link
Copy link
Closed
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcT-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcT-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Type
Fields
Give feedbackNo fields configured for issues without a type.
One particular cargotest project failed on CI and I wanted to replicate this locally, so I ran
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.