Allow passing the --nocapture flag to compiletest - #109445
Merged
Merged
Conversation
Collaborator
|
r? @ozkanonur (rustbot has picked a reviewer for you, use r? to override) |
Teapot4195
force-pushed
the
issue-109407-fix
branch
2 times, most recently
from
March 21, 2023 13:49
a5a6260 to
9d2f2f3
Compare
onur-ozkan
reviewed
Mar 21, 2023
onur-ozkan
reviewed
Mar 21, 2023
Teapot4195
force-pushed
the
issue-109407-fix
branch
2 times, most recently
from
March 21, 2023 16:19
a06efe2 to
9842236
Compare
Contributor
@jyn514 With this PR we check |
Member
|
@ozkanonur i think it's ok to get rid of RUST_TEST_NOCAPTURE, but maybe print a warning if it's set pointing people to the new argument. |
Contributor
|
@rustbot author |
Teapot4195
force-pushed
the
issue-109407-fix
branch
4 times, most recently
from
March 24, 2023 21:32
7829f96 to
2da8d85
Compare
onur-ozkan
reviewed
Mar 24, 2023
Teapot4195
force-pushed
the
issue-109407-fix
branch
3 times, most recently
from
March 25, 2023 00:06
79102fa to
f775ca6
Compare
onur-ozkan
reviewed
Mar 25, 2023
Teapot4195
force-pushed
the
issue-109407-fix
branch
from
March 26, 2023 13:45
f775ca6 to
2fe4cad
Compare
Contributor
|
thank you for the fix :) @bors r+ rollup |
Collaborator
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Mar 27, 2023
…llaumeGomez Rollup of 6 pull requests Successful merges: - rust-lang#109330 (rustdoc: Fix ICE for intra-doc link on intermediate re-export) - rust-lang#109354 (Remove the `NodeId` of `ast::ExprKind::Async`) - rust-lang#109445 (Allow passing the --nocapture flag to compiletest) - rust-lang#109512 (bump `askama_derive` to 0.12.1) - rust-lang#109637 (Add missing needs-asm-support annotation to ui/simple_global_asm.rs) - rust-lang#109666 (Correct ASCII case comment) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #109407