mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Fix tests with nondeterministic ordering
This commit is contained in:
parent
65cab34dc7
commit
1c4651e5f3
@ -283,7 +283,8 @@ fn inherit_own_dependencies() {
|
||||
Package::new("dep-dev", "0.5.2").publish();
|
||||
|
||||
p.cargo("check")
|
||||
.with_stderr(
|
||||
// Unordered because the download order is nondeterministic.
|
||||
.with_stderr_unordered(
|
||||
"\
|
||||
[UPDATING] `[..]` index
|
||||
[DOWNLOADING] crates ...
|
||||
@ -813,7 +814,8 @@ fn inherit_dependencies() {
|
||||
Package::new("dep-dev", "0.5.2").publish();
|
||||
|
||||
p.cargo("check")
|
||||
.with_stderr(
|
||||
// Unordered because the download order is nondeterministic.
|
||||
.with_stderr_unordered(
|
||||
"\
|
||||
[UPDATING] `[..]` index
|
||||
[DOWNLOADING] crates ...
|
||||
|
Loading…
x
Reference in New Issue
Block a user