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

Hide failed command unless in verbose mode #93492

Merged
merged 1 commit into from
Feb 1, 2022

Commits on Jan 30, 2022

  1. Hide failed command unless in verbose mode

    This is particularly intended for invoking compiletest; the command line there
    is long (3,350 characters on my system) and takes up a lot of screen real estate
    for little benefit to the majority of those running bootstrap. This moves
    printing it to verbose mode (-v must be passed) which means that it's still
    possible to access when needed for debugging.
    
    The main downside is that CI logs will by-default become less usable for
    debugging (particularly) spurious failures, but it is pretty rare for us to
    really need the information there -- it's usually fairly obvious what is being
    run with a little investigation.
    Mark-Simulacrum committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    9bf6a5d View commit details
    Browse the repository at this point in the history