Skip to content

--all-targets fixes#6039

Merged
bors merged 1 commit into
rust-lang:masterfrom
ehuss:fix-all-targets
Sep 18, 2018
Merged

--all-targets fixes#6039
bors merged 1 commit into
rust-lang:masterfrom
ehuss:fix-all-targets

Conversation

@ehuss

@ehuss ehuss commented Sep 17, 2018

Copy link
Copy Markdown
Contributor
  • Fix: cargo test --all-targets was running lib tests three times.
  • --all-targets help strings were wrong or misleading.
  • Minor cleanup to add Proposal type to maybe make the code more readable.

Closes #5178.

@rust-highfive

Copy link
Copy Markdown

r? @matklad

(rust_highfive has picked a reviewer for you, use r? to override)

@bors

bors commented Sep 17, 2018

Copy link
Copy Markdown
Contributor

☔ The latest upstream changes (presumably #6037) made this pull request unmergeable. Please resolve the merge conflicts.

- Fix: `cargo test --all-targets` was running lib tests three times.
- `--all-targets` help strings were wrong or misleading.
- Minor cleanup to add `Proposal` type to maybe make the code more readable.
@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+

@bors

bors commented Sep 17, 2018

Copy link
Copy Markdown
Contributor

📌 Commit 3a1cad6 has been approved by alexcrichton

@bors

bors commented Sep 17, 2018

Copy link
Copy Markdown
Contributor

⌛ Testing commit 3a1cad6 with merge f376fae872289410bb3cc5baa43dd35fc368c200...

@bors

bors commented Sep 17, 2018

Copy link
Copy Markdown
Contributor

💔 Test failed - status-appveyor

@alexcrichton

Copy link
Copy Markdown
Member

@bors: retry

@bors

bors commented Sep 18, 2018

Copy link
Copy Markdown
Contributor

⌛ Testing commit 3a1cad6 with merge 1b42a21...

bors added a commit that referenced this pull request Sep 18, 2018
--all-targets fixes

- Fix: `cargo test --all-targets` was running lib tests three times.
- `--all-targets` help strings were wrong or misleading.
- Minor cleanup to add `Proposal` type to maybe make the code more readable.

Closes #5178.
@bors

bors commented Sep 18, 2018

Copy link
Copy Markdown
Contributor

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing 1b42a21 to master...

@bors bors merged commit 3a1cad6 into rust-lang:master Sep 18, 2018
@ehuss ehuss added this to the 1.31.0 milestone Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cargo test --all-targets does not work exactly as advertised

5 participants