-
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
Add test for cargo pkgid
#7741
Add test for cargo pkgid
#7741
Conversation
r? @ehuss (rust_highfive has picked a reviewer for you, use r? to override) |
I saw #7725. At least, these added tests seem to be correct at the moment. So I added tests first. |
cd64812
to
85d4cad
Compare
tests/testsuite/pkgid.rs
Outdated
.file("src/main.rs", "fn main() {}") | ||
.build(); | ||
|
||
p.cargo("build").run(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p.cargo("build").run(); | |
p.cargo("generate-lockfile").run(); |
I think this would make the purpose clearer (pkgid
just needs a lock file), and would make the test faster (our tests tend to be a little too heavy).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed it. Thanks for your review!
85d4cad
to
a28d9a1
Compare
Thanks! @bors r+ |
📌 Commit a28d9a1 has been approved by |
Add test for `cargo pkgid` There was no test for `cargo pkgid` command.
☀️ Test successful - checks-azure |
Update cargo 9 commits in 86134e7666a088682f20b76278c3ee096a315218..6e1ca924a67dd1ac89c33f294ef26b5c43b89168 2019-12-23 16:08:07 +0000 to 2020-01-06 19:11:37 +0000 - Fix dynamic linking for Windows UWP MSVC targets (rust-lang/cargo#7758) - Fix CARGO_TARGET_triple_LINKER environment variable. (rust-lang/cargo#7763) - Remove metadata dep_kinds duplicates. (rust-lang/cargo#7756) - Check for a source defined multiple times. (rust-lang/cargo#7751) - Fix typo. (rust-lang/cargo#7735) - Fix config env vars that are prefix of another with underscore. (rust-lang/cargo#7748) - Add test for `cargo pkgid` (rust-lang/cargo#7741) - Add a note to the error message for using --feature / --no-default-features in a virtual workspace (rust-lang/cargo#7742) - Fix debug message. (rust-lang/cargo#7749)
There was no test for
cargo pkgid
command.