Skip to content

Commit

Permalink
Fix bootstrap tests on beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Mar 24, 2021
1 parent ed75d06 commit e36573b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bootstrap/builder/tests.rs
Expand Up @@ -585,8 +585,11 @@ mod dist {
rustfix_coverage: false,
pass: None,
};
// Make sure rustfmt binary not being found isn't an error.
config.channel = "beta".to_string();
let build = Build::new(config);
let mut builder = Builder::new(&build);

builder.run_step_descriptions(&Builder::get_step_descriptions(Kind::Test), &[]);
let a = TargetSelection::from_user("A");

Expand Down

0 comments on commit e36573b

Please sign in to comment.