-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Fix displaying errors when rustbook tests fail. #79064
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
Seems unfortunate these are only displayed via env logger, but @bors r+ p=1 |
📌 Commit 5b9e9d0 has been approved by |
Oh, thinking about it more, I think it was changed by rust-lang/mdBook#1313. I didn't really think about the interactions here. |
Looks like something should be changed. |
⌛ Testing commit 5b9e9d0 with merge d38281f2effdb6c05659864070df1312dea51763... |
💔 Test failed - checks-actions |
☀️ Test successful - checks-actions |
This ensures that output from mdbook is displayed when running the rustbook wrapper. I believe this was a regression as a result of #69115 where it was changed from running
rustdoc
directly to using rustbook.