-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Simplify more tests #2678
Simplify more tests #2678
Conversation
Hm, I don't understand how this test was working on Windows. It used |
@bors: r+ 0ba39f7f2cfbd6628b19e44ebc23ba10c05abb12 |
Ah |
remove ADDING, REMOVING, DOCTEST, DOWNLOADING, PACKAGING, UPLOADING, VERIFYING, ARCHIVING, INSTALLING, REPLACING constants
And it failed on Mac OS! Turns out there is a reason why that test was written like that :) Now it looks like this. |
Simplify more tests This is the followup of #2670 It contains [one](28887be#diff-ebcf8bfb935037902f135a7c225479b5L322) more or less significant change, everything else is just search/replace. r? @alexcrichton
☀️ Test successful - cargo-cross-linux, cargo-linux-32, cargo-linux-64, cargo-mac-32, cargo-mac-64, cargo-win-gnu-32, cargo-win-gnu-64, cargo-win-msvc-32, cargo-win-msvc-64 |
This is the followup of #2670
It contains one more or less significant change, everything else is just search/replace.
r? @alexcrichton