Skip to content

Commit 39db6e4

Browse files
committed
fixup! fix(test/clitools): disable auto-install by default unless required
1 parent 36e5909 commit 39db6e4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/suite/cli_v1.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ async fn remove_override_toolchain_err_handling() {
278278
279279
"#]])
280280
.with_stderr(snapbox::str![[r#"
281+
...
281282
info: syncing channel updates for 'beta-[HOST_TRIPLE]'
282283
...
283284
"#]])

tests/suite/cli_v2.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ async fn remove_override_toolchain_err_handling() {
485485
486486
"#]])
487487
.with_stderr(snapbox::str![[r#"
488+
...
488489
info: syncing channel updates for 'beta-[HOST_TRIPLE]'
489490
info: latest update on 2015-01-02, rust version 1.2.0 (hash-beta-1.2.0)
490491
info: downloading component[..]
@@ -518,6 +519,7 @@ async fn file_override_toolchain_err_handling() {
518519
519520
"#]])
520521
.with_stderr(snapbox::str![[r#"
522+
...
521523
info: syncing channel updates for 'beta-[HOST_TRIPLE]'
522524
info: latest update on 2015-01-02, rust version 1.2.0 (hash-beta-1.2.0)
523525
info: downloading component[..]

0 commit comments

Comments
 (0)