-
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
move the update-reference.sh
script into x.py
#49815
Comments
I think I would like it to work like this:
|
cc @petrochenkov, who may have opinions on this topic. |
cc @ehuss, who mentioned being up for doing the leg work =) |
Despite working on Windows, I also never used |
Fixes rust-lang#50438. I'll make this more robust later for rust-lang#49815.
…crichton Fix update-references for tests within subdirectories. Fixes rust-lang#50438. I'll make this more robust later for rust-lang#49815.
Fixes rust-lang#50438. I'll make this more robust later for rust-lang#49815.
…crichton Fix update-references for tests within subdirectories. Fixes rust-lang#50438. I'll make this more robust later for rust-lang#49815.
…crichton Fix update-references for tests within subdirectories. Fixes rust-lang#50438. I'll make this more robust later for rust-lang#49815.
Add `bless` x.py subcommand for easy ui test replacement fixes rust-lang#49815 r? @nikomatsakis
The script that updates reference files for UI tests is currently a shell script, which has portability issues. It is also a bit annoying to use since you must specify the path to your build directory and so forth. It'd be nice to fix all these problems and move it into
x.py
.The text was updated successfully, but these errors were encountered: