@@ -20,8 +20,8 @@ async fn update_once() {
20
20
21
21
"# ] ] )
22
22
. with_stderr ( snapbox:: str![ [ r#"
23
- info: syncing channel updates fpr nightly-[HOST_TRIPLE]
24
- info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
23
+ info: syncing channel updates for nightly-[HOST_TRIPLE]
24
+ info: latest update on 2015-01-02 for version 1.3.0 (hash-nightly-2)
25
25
info: downloading component[..]
26
26
...
27
27
info: default toolchain set to 'nightly-[HOST_TRIPLE]'
@@ -67,8 +67,8 @@ rustup - Update available : [CURRENT_VERSION] -> [TEST_VERSION]
67
67
68
68
"# ] ] )
69
69
. with_stderr ( snapbox:: str![ [ r#"
70
- info: syncing channel updates fpr nightly-[HOST_TRIPLE]
71
- info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
70
+ info: syncing channel updates for nightly-[HOST_TRIPLE]
71
+ info: latest update on 2015-01-02 for version 1.3.0 (hash-nightly-2)
72
72
info: downloading component[..]
73
73
...
74
74
"# ] ] ) ;
@@ -110,8 +110,8 @@ async fn update_once_and_self_update() {
110
110
111
111
"# ] ] )
112
112
. with_stderr ( snapbox:: str![ [ r#"
113
- info: syncing channel updates fpr nightly-[HOST_TRIPLE]
114
- info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
113
+ info: syncing channel updates for nightly-[HOST_TRIPLE]
114
+ info: latest update on 2015-01-02 for version 1.3.0 (hash-nightly-2)
115
115
info: downloading component[..]
116
116
...
117
117
info: checking for self-update (current version: [CURRENT_VERSION])
@@ -153,7 +153,7 @@ async fn update_again() {
153
153
154
154
"# ] ] )
155
155
. with_stderr ( snapbox:: str![ [ r#"
156
- info: syncing channel updates fpr nightly-[HOST_TRIPLE]
156
+ info: syncing channel updates for nightly-[HOST_TRIPLE]
157
157
158
158
"# ] ] ) ;
159
159
cx. config
@@ -167,7 +167,7 @@ info: syncing channel updates fpr nightly-[HOST_TRIPLE]
167
167
168
168
"# ] ] )
169
169
. with_stderr ( snapbox:: str![ [ r#"
170
- info: syncing channel updates fpr nightly-[HOST_TRIPLE]
170
+ info: syncing channel updates for nightly-[HOST_TRIPLE]
171
171
172
172
"# ] ] ) ;
173
173
}
@@ -321,8 +321,8 @@ async fn default() {
321
321
322
322
"# ] ] )
323
323
. with_stderr ( snapbox:: str![ [ r#"
324
- info: syncing channel updates fpr nightly-[HOST_TRIPLE]
325
- info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
324
+ info: syncing channel updates for nightly-[HOST_TRIPLE]
325
+ info: latest update on 2015-01-02 for version 1.3.0 (hash-nightly-2)
326
326
info: downloading component[..]
327
327
...
328
328
info: default toolchain set to 'nightly-[HOST_TRIPLE]'
@@ -584,7 +584,7 @@ async fn update_no_manifest() {
584
584
. is_err ( )
585
585
. with_stdout ( snapbox:: str![ [ "" ] ] )
586
586
. with_stderr ( snapbox:: str![ [ r#"
587
- info: syncing channel updates fpr nightly-2016-01-01-[HOST_TRIPLE]
587
+ info: syncing channel updates for nightly-2016-01-01-[HOST_TRIPLE]
588
588
error: no release found for 'nightly-2016-01-01'
589
589
590
590
"# ] ] ) ;
@@ -867,10 +867,10 @@ async fn install_unreleased_component() {
867
867
868
868
"# ] ] )
869
869
. with_stderr ( snapbox:: str![ [ r#"
870
- info: syncing channel updates fpr nightly-[HOST_TRIPLE]
871
- info: latest update on 2019-09-13, rust version 1.37.0 (hash-nightly-2)
870
+ info: syncing channel updates for nightly-[HOST_TRIPLE]
871
+ info: latest update on 2019-09-13 for version 1.37.0 (hash-nightly-2)
872
872
info: skipping nightly which is missing installed component 'rust-std-[MULTI_ARCH_I]'
873
- info: syncing channel updates fpr nightly-2019-09-12-[HOST_TRIPLE]
873
+ info: syncing channel updates for nightly-2019-09-12-[HOST_TRIPLE]
874
874
875
875
"# ] ] ) ;
876
876
@@ -887,13 +887,13 @@ info: syncing channel updates fpr nightly-2019-09-12-[HOST_TRIPLE]
887
887
888
888
"# ] ] )
889
889
. with_stderr ( snapbox:: str![ [ r#"
890
- info: syncing channel updates fpr nightly-[HOST_TRIPLE]
891
- info: latest update on 2019-09-14, rust version 1.37.0 (hash-nightly-3)
890
+ info: syncing channel updates for nightly-[HOST_TRIPLE]
891
+ info: latest update on 2019-09-14 for version 1.37.0 (hash-nightly-3)
892
892
info: skipping nightly which is missing installed component 'rls'
893
- info: syncing channel updates fpr nightly-2019-09-13-[HOST_TRIPLE]
894
- info: latest update on 2019-09-13, rust version 1.37.0 (hash-nightly-2)
893
+ info: syncing channel updates for nightly-2019-09-13-[HOST_TRIPLE]
894
+ info: latest update on 2019-09-13 for version 1.37.0 (hash-nightly-2)
895
895
info: skipping nightly which is missing installed component 'rust-std-[MULTI_ARCH_I]'
896
- info: syncing channel updates fpr nightly-2019-09-12-[HOST_TRIPLE]
896
+ info: syncing channel updates for nightly-2019-09-12-[HOST_TRIPLE]
897
897
898
898
"# ] ] ) ;
899
899
}
0 commit comments