Add and move tests for jobs of cargo build#7695
Merged
bors merged 1 commit intorust-lang:masterfrom Dec 12, 2019
Merged
Conversation
A test when argument is negative is added. In addition, `default_cargo_config_jobs` and `good_cargo_config_jobs` is moved from `testsuite/bad_config.rs` to `testsuite/build.rs` because these tests are not for `bad config`.
|
(rust_highfive has picked a reviewer for you, use r? to override) |
ehuss
reviewed
Dec 11, 2019
src/cargo/core/manifest.rs
Outdated
Contributor
There was a problem hiding this comment.
I don't think this is really a typo. Deconstructing:
Information about a thing that is part of the package.
The second part isn't a separate sentence.
Contributor
Author
There was a problem hiding this comment.
Indeed, this is not typo as you pointed out. I remove this commit from PR.
1ac3ad3 to
4956d3e
Compare
cargo build and fix typocargo build
Contributor
Author
|
The fix for typo was my mistake, so I removed that commit and fixed the title and summary. Could you review this again? |
Member
|
@bors: r=ehuss |
Contributor
|
📌 Commit 4956d3e has been approved by |
Contributor
bors
added a commit
that referenced
this pull request
Dec 12, 2019
…o_build, r=ehuss Add and move tests for jobs of `cargo build` A test when argument is negative is added. In addition, `default_cargo_config_jobs` and `good_cargo_config_jobs` is moved from `testsuite/bad_config.rs` to `testsuite/build.rs` because these tests are not for `bad config`.
Contributor
|
☀️ Test successful - checks-azure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A test when argument is negative is added. In addition,
default_cargo_config_jobsandgood_cargo_config_jobsis moved fromtestsuite/bad_config.rstotestsuite/build.rsbecause these tests are not forbad config.