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

Fix flaky test #81197

Closed
wants to merge 1 commit into from
Closed

Fix flaky test #81197

wants to merge 1 commit into from

Commits on Jan 24, 2021

  1. Fix flaky test

    Rustdoc writes to a pipe, and if the program on the other side has
    exited, it will exit with SIGPIPE. To avoid that happening, call `rustc`
    instead of `true`, which will wait to exit until it sees EOF on stdin.
    
    - Use a run-make-fulldeps test so that rustc is available in CI
    
      This is not exactly right, because the test shouldn't require building
      rustc twice, but it avoids having to build rustdoc for run-make tests.
    jyn514 committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    08c01f8 View commit details
    Browse the repository at this point in the history