Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify test name filter usage #8552

Merged
merged 2 commits into from
Jul 28, 2020
Merged

Clarify test name filter usage #8552

merged 2 commits into from
Jul 28, 2020

Conversation

icorbrey
Copy link

I set aside the description of the usage example in the top description section and added a more concise example in the example section at the bottom of the man page. I also changed the wording of the usage example up top a bit to be more search-friendly since "filter" is a common keyword to search for.

Resolves #8282

Set aside description of the usage example in the top description section and added a more consise example in the example section at the bottom of the man page.
@rust-highfive
Copy link

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @ehuss (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 28, 2020
@alexcrichton
Copy link
Member

Looks reasonable to me, thanks! We currently check in generated versions of the documentation as well, so I think this'll need to run make inside of src/doc to generate the HTML and such.

@icorbrey
Copy link
Author

Ah, I forgot about the generated docs. Give me a minute to get those compiled lol

src/etc/man/cargo-test.1 Outdated Show resolved Hide resolved
@ehuss
Copy link
Contributor

ehuss commented Jul 28, 2020

Hm, yea, strange, possibly a different version. I just pushed an update to rebuild the affected page. I have a new tool that will change how this is built, hopefully that will land soonish to avoid issues like this.

Thanks again!

@bors r+

@bors
Copy link
Collaborator

bors commented Jul 28, 2020

📌 Commit c666342 has been approved by ehuss

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 28, 2020
@bors
Copy link
Collaborator

bors commented Jul 28, 2020

⌛ Testing commit c666342 with merge 8e89670...

@icorbrey
Copy link
Author

No problem, hopefully there's more issues that I can help get resolved. I'm just getting started in Rust but it has a ton of potential and I want to be able to give back to the community 😁

@bors
Copy link
Collaborator

bors commented Jul 28, 2020

☀️ Test successful - checks-actions
Approved by: ehuss
Pushing 8e89670 to master...

@bors bors merged commit 8e89670 into rust-lang:master Jul 28, 2020
@icorbrey icorbrey deleted the test-name-filtering-docs branch July 28, 2020 18:50
@icorbrey icorbrey restored the test-name-filtering-docs branch July 28, 2020 18:54
@icorbrey icorbrey deleted the test-name-filtering-docs branch July 28, 2020 18:54
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 30, 2020
Update cargo

14 commits in aa6872140ab0fa10f641ab0b981d5330d419e927..974eb438da8ced6e3becda2bbf63d9b643eacdeb
2020-07-23 13:46:27 +0000 to 2020-07-29 16:15:05 +0000
- Fix O0 build scripts by default without `[profile.release]` (rust-lang/cargo#8560)
- Emphasize git dependency version locking behavior. (rust-lang/cargo#8561)
- Update lock file encodings on changes (rust-lang/cargo#8554)
- Fix sporadic lto test failures. (rust-lang/cargo#8559)
- build-std: Fix libraries paths following upstream (rust-lang/cargo#8558)
- Flag git http errors as maybe spurious (rust-lang/cargo#8553)
- Display builtin aliases with `cargo --list` (rust-lang/cargo#8542)
- Check manifest for requiring nonexistent features (rust-lang/cargo#7950)
- Clarify test name filter usage (rust-lang/cargo#8552)
- Revert Cargo Book changes for default edition (rust-lang/cargo#8551)
- Prepare for not defaulting to master branch for git deps (rust-lang/cargo#8522)
- Include `+` for crates.io feature requirements in the Cargo Book section on features (rust-lang/cargo#8547)
- Update termcolor and fwdansi versions (rust-lang/cargo#8540)
- Cargo book nitpick in Manifest section (rust-lang/cargo#8543)
@ehuss ehuss added this to the 1.47.0 milestone Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filter and build integration tests needed only
5 participants