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

[beta] Move tmp test directory. #9819

Merged
merged 2 commits into from
Aug 23, 2021
Merged

Commits on Aug 21, 2021

  1. Auto merge of rust-lang#9814 - ehuss:move-tmp, r=alexcrichton

    Move `tmp` test directory.
    
    The `tmp` directory added in rust-lang#9375 was placed within the profile directory (such as `target/debug/tmp` or `target/release/tmp`).  This causes problems for any cargo target (binary, test, etc.) with the name `tmp` as there is a name collision.  This PR attempts to address that by moving the `tmp` directory to the root of the target directory (`target/tmp`), and reserving the profile name "tmp".
    
    Fixes rust-lang#9783
    bors authored and ehuss committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    b51ca0e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Auto merge of rust-lang#9824 - ehuss:disable-std_docs, r=alexcrichton

    Temporarily disable extern-html-root-url test.
    
    A change in rust-lang/rust#82776 broke this test,
    so disabling for now until it is figured out how things are going to work.
    bors authored and ehuss committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    7ab5d49 View commit details
    Browse the repository at this point in the history