We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98f702 commit 2db6e90Copy full SHA for 2db6e90
tests/testsuite/progress.rs
@@ -114,12 +114,12 @@ fn always_shows_progress() {
114
p.cargo("check")
115
.with_stderr_data(
116
str![[r#"
117
-[DOWNLOADING] 1 crate
118
-[DOWNLOADING] 2 crates
119
-[DOWNLOADING] 3 crates
+[DOWNLOADING] [..] crate
+...
120
[DOWNLOADED] 3 crates ([..]KB) in [..]s
121
-[BUILDING] [..] 0/4: [..]
122
-[BUILDING] [..] 3/4: foo
+[BUILDING] [..] [..]/4: [..]
123
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
124
...
125
"#]]
0 commit comments