Skip to content

Commit d70a4ee

Browse files
committed
update stderr in tests for unrelated functionality
1 parent 81f0f63 commit d70a4ee

File tree

7 files changed

+9
-0
lines changed

7 files changed

+9
-0
lines changed

crates/cargo-test-support/src/compare.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ fn substitute_macros(input: &str) -> String {
174174
("[REMOVING]", " Removing"),
175175
("[DOCTEST]", " Doc-tests"),
176176
("[PACKAGING]", " Packaging"),
177+
("[PACKAGED]", " Packaged"),
177178
("[DOWNLOADING]", " Downloading"),
178179
("[DOWNLOADED]", " Downloaded"),
179180
("[UPLOADING]", " Uploading"),

tests/testsuite/artifact_dep.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1919,6 +1919,7 @@ fn publish_artifact_dep() {
19191919
"\
19201920
[UPDATING] [..]
19211921
[PACKAGING] foo v0.1.0 [..]
1922+
[PACKAGED] [..]
19221923
[UPLOADING] foo v0.1.0 [..]
19231924
[UPDATING] [..]
19241925
",

tests/testsuite/credential_process.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ Only one of these values may be set, remove one or the other to proceed.
134134
"\
135135
[UPDATING] [..]
136136
[PACKAGING] foo v0.1.0 [..]
137+
[PACKAGED] [..]
137138
[UPLOADING] foo v0.1.0 [..]
138139
[UPDATING] [..]
139140
",
@@ -208,6 +209,7 @@ fn publish() {
208209
"\
209210
[UPDATING] [..]
210211
[PACKAGING] foo v0.1.0 [..]
212+
[PACKAGED] [..]
211213
[UPLOADING] foo v0.1.0 [..]
212214
[UPDATING] [..]
213215
",

tests/testsuite/features_namespaced.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,7 @@ fn publish_no_implicit() {
902902
"\
903903
[UPDATING] [..]
904904
[PACKAGING] foo v0.1.0 [..]
905+
[PACKAGED] [..]
905906
[UPLOADING] foo v0.1.0 [..]
906907
[UPDATING] [..]
907908
",
@@ -1029,6 +1030,7 @@ fn publish() {
10291030
[VERIFYING] foo v0.1.0 [..]
10301031
[COMPILING] foo v0.1.0 [..]
10311032
[FINISHED] [..]
1033+
[PACKAGED] [..]
10321034
[UPLOADING] foo v0.1.0 [..]
10331035
[UPDATING] [..]
10341036
",

tests/testsuite/registry.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ Caused by:
500500
[COMPILING] notyet v0.0.1
501501
[COMPILING] foo v0.0.1 ([CWD][..])
502502
[FINISHED] dev [unoptimized + debuginfo] target(s) in [..]s
503+
[PACKAGED] [..]
503504
",
504505
)
505506
.run();

tests/testsuite/source_replacement.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ See https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata for
218218
[COMPILING] bar v1.0.0
219219
[COMPILING] foo v0.0.1 ([..]foo-0.0.1)
220220
[FINISHED] dev [..]
221+
[PACKAGED] [..]
221222
[UPLOADING] foo v0.0.1 ([..])
222223
[UPDATING] crates.io index
223224
",

tests/testsuite/weak_dep_features.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ fn publish() {
568568
[VERIFYING] foo v0.1.0 [..]
569569
[COMPILING] foo v0.1.0 [..]
570570
[FINISHED] [..]
571+
[PACKAGED] [..]
571572
[UPLOADING] foo v0.1.0 [..]
572573
[UPDATING] [..]
573574
",

0 commit comments

Comments
 (0)