Skip to content

Commit

Permalink
pass the correct args to compiletest
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Oct 24, 2023
1 parent 545cc83 commit 5a562d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bootstrap/src/core/build_steps/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1873,6 +1873,10 @@ note: if you're sure you want to do this, please open an issue as to why. In the
cmd.arg("--git-hash");
}

let git_config = builder.config.git_config();
cmd.arg("--github-repository").arg(git_config.github_repository);
cmd.arg("--nightly-branch").arg(git_config.nightly_branch);

builder.ci_env.force_coloring_in_ci(&mut cmd);

#[cfg(feature = "build-metrics")]
Expand Down

0 comments on commit 5a562d9

Please sign in to comment.