Skip to content

doc test supports silent output - #9730

Merged
bors merged 1 commit into
rust-lang:masterfrom
0xPoe:rustin-patch-doc-test
Jul 27, 2021
Merged

doc test supports silent output#9730
bors merged 1 commit into
rust-lang:masterfrom
0xPoe:rustin-patch-doc-test

Conversation

@0xPoe

@0xPoe 0xPoe commented Jul 27, 2021

Copy link
Copy Markdown
Member

close #9728

Signed-off-by: hi-rustin <rustin.liu@gmail.com>
@rust-highfive

Copy link
Copy Markdown

r? @ehuss

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 27, 2021
@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+

Thanks!

@bors

bors commented Jul 27, 2021

Copy link
Copy Markdown
Contributor

📌 Commit 8ee5433 has been approved by alexcrichton

@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 27, 2021
@bors

bors commented Jul 27, 2021

Copy link
Copy Markdown
Contributor

⌛ Testing commit 8ee5433 with merge cdf22d1...

@bors

bors commented Jul 27, 2021

Copy link
Copy Markdown
Contributor

☀️ Test successful - checks-actions
Approved by: alexcrichton
Pushing cdf22d1 to master...

@bors
bors merged commit cdf22d1 into rust-lang:master Jul 27, 2021
@0xPoe
0xPoe deleted the rustin-patch-doc-test branch July 28, 2021 01:21
JohnTitor added a commit to JohnTitor/rust that referenced this pull request Aug 3, 2021
Update cargo

11 commits in d21c22870e58499d6c31f1bef3bf1255eb021666..cc17afbb0067b1f57d8882640f63b2168d5b7624
2021-07-26 20:23:21 +0000 to 2021-08-02 20:28:08 +0000
- Stabilize the rust-version field (rust-lang/cargo#9732)
- Remove nbsp characters. (rust-lang/cargo#9751)
- Update unstable documentation TOC. (rust-lang/cargo#9750)
- Some minor updates for package/publish package selection. (rust-lang/cargo#9749)
- Bump to 0.57.0, update changelog (rust-lang/cargo#9748)
- Stabilize `[env]` sections (rust-lang/cargo#9411)
- doc: Clarify [doc].browser docs, document PathAndArgs better (rust-lang/cargo#9747)
- Bump cargo-util version. (rust-lang/cargo#9745)
- Make clippy happy (rust-lang/cargo#9736)
- Fix typo in features doc (rust-lang/cargo#9737)
- doc test supports silent output (rust-lang/cargo#9730)
JohnTitor added a commit to JohnTitor/rust that referenced this pull request Aug 3, 2021
Update cargo

11 commits in d21c22870e58499d6c31f1bef3bf1255eb021666..cc17afbb0067b1f57d8882640f63b2168d5b7624
2021-07-26 20:23:21 +0000 to 2021-08-02 20:28:08 +0000
- Stabilize the rust-version field (rust-lang/cargo#9732)
- Remove nbsp characters. (rust-lang/cargo#9751)
- Update unstable documentation TOC. (rust-lang/cargo#9750)
- Some minor updates for package/publish package selection. (rust-lang/cargo#9749)
- Bump to 0.57.0, update changelog (rust-lang/cargo#9748)
- Stabilize `[env]` sections (rust-lang/cargo#9411)
- doc: Clarify [doc].browser docs, document PathAndArgs better (rust-lang/cargo#9747)
- Bump cargo-util version. (rust-lang/cargo#9745)
- Make clippy happy (rust-lang/cargo#9736)
- Fix typo in features doc (rust-lang/cargo#9737)
- doc test supports silent output (rust-lang/cargo#9730)
@ghost ghost mentioned this pull request Aug 4, 2021
bors added a commit to rust-lang/miri that referenced this pull request Aug 4, 2021
Update cargo-miri test

The doctest output was [changed](https://github.com/rust-lang/miri/runs/3238758260?check_suite_focus=true#step:8:1263) (probably by rust-lang/cargo#9730). Update `test-cargo-miri/test.default.stdout.ref` to match the new output.
@ehuss ehuss added this to the 1.56.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.

doctests run via cargo test are not silenced with --quiet

5 participants