Skip to content

Commit d430764

Browse files
committed
Make it clear that we're starting with non-minimal profile
1 parent ff6487b commit d430764

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/cli-v2.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,11 @@ fn install_toolchain_from_version() {
7777
#[test]
7878
fn install_with_profile() {
7979
setup_complex(&|config| {
80-
// Installing with minimal profile should only install rustc
80+
// Start with a config that uses the "complete" profile
8181
set_current_dist_date(config, "2015-01-01");
82+
expect_ok(config, &["rustup", "set", "profile", "complete"]);
83+
84+
// Installing with minimal profile should only install rustc
8285
expect_ok(
8386
config,
8487
&[

0 commit comments

Comments
 (0)