Skip to content

Commit 4c6b0a8

Browse files
fix(test): relax test cases to allow for uninstalls to happen before the downloads
1 parent 9e03fc4 commit 4c6b0a8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/suite/cli_rustup.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ async fn rustup_stable() {
3535
.with_stderr(snapbox::str![[r#"
3636
info: syncing channel updates for 'stable-[HOST_TRIPLE]'
3737
info: latest update on 2015-01-02, rust version 1.1.0 (hash-stable-1.1.0)
38-
info: downloading component[..]
3938
...
4039
info: cleaning up downloads & tmp directories
4140
@@ -131,15 +130,12 @@ async fn rustup_all_channels() {
131130
.with_stderr(snapbox::str![[r#"
132131
info: syncing channel updates for 'stable-[HOST_TRIPLE]'
133132
info: latest update on 2015-01-02, rust version 1.1.0 (hash-stable-1.1.0)
134-
info: downloading component[..]
135133
...
136134
info: syncing channel updates for 'beta-[HOST_TRIPLE]'
137135
info: latest update on 2015-01-02, rust version 1.2.0 (hash-beta-1.2.0)
138-
info: downloading component[..]
139136
...
140137
info: syncing channel updates for 'nightly-[HOST_TRIPLE]'
141138
info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
142-
info: downloading component[..]
143139
...
144140
info: cleaning up downloads & tmp directories
145141
@@ -208,12 +204,10 @@ async fn rustup_some_channels_up_to_date() {
208204
.with_stderr(snapbox::str![[r#"
209205
info: syncing channel updates for 'stable-[HOST_TRIPLE]'
210206
info: latest update on 2015-01-02, rust version 1.1.0 (hash-stable-1.1.0)
211-
info: downloading component[..]
212207
...
213208
info: syncing channel updates for 'beta-[HOST_TRIPLE]'
214209
info: syncing channel updates for 'nightly-[HOST_TRIPLE]'
215210
info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
216-
info: downloading component[..]
217211
...
218212
info: cleaning up downloads & tmp directories
219213

0 commit comments

Comments
 (0)