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

More informative diagnotic from x.py test attempt atop beta checkout #83172

Commits on Mar 16, 2021

  1. Make bootstrap be more informative when one does x.py test on a bet…

    …a checkout without other mods.
    
    To be clear, by default running `x.py test` on a checkout of the beta branch
    currently fails, and with this change will continue to fail, because `x.py
    tests` runs `x.py test src/tools/tidy` which tries to run `rustfmt` and that
    will fail because the `rustfmt` binary is pinned to the current nighlty and we
    do not attempt to distribute one for the beta builds.
    
    This change gives a better error message than the current message, which is just
    "./x.py fmt is not supported on this channel" without providing any hint about
    what one might do about that problem.
    
    (update: placated tidy.)
    pnkfelix committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    d6de60f View commit details
    Browse the repository at this point in the history