-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Allow passing the --nocapture flag to compiletest #109445
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
r? @ozkanonur (rustbot has picked a reviewer for you, use r? to override) |
a5a6260
to
9d2f2f3
Compare
a06efe2
to
9842236
Compare
@jyn514 With this PR we check |
@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. |
@rustbot author |
7829f96
to
2da8d85
Compare
79102fa
to
f775ca6
Compare
f775ca6
to
2fe4cad
Compare
thank you for the fix :) @bors r+ rollup |
…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
closes #109407