Skip to content

Commit

Permalink
point cargo-miri to the right xargo binary
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Mar 4, 2020
1 parent c839a7b commit 0a6f45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ impl Step for Miri {
// Overwrite bootstrap's `rustc` wrapper overwriting our flags.
cargo.env("RUSTC_DEBUG_ASSERTIONS", "true");
// Let cargo-miri know where xargo ended up.
cargo.env("XARGO", builder.out.join("bin").join("xargo"));
cargo.env("XARGO_CHECK", builder.out.join("bin").join("xargo-check"));

let mut cargo = Command::from(cargo);
if !try_run(builder, &mut cargo) {
Expand Down

0 comments on commit 0a6f45e

Please sign in to comment.