diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-08-28 17:14:47 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-09-12 10:35:38 +0000 |
| commit | 721668f13364f8d7b288b4dc6919bc2f9fdbdfb4 (patch) | |
| tree | 590f8fefe6dcd2ddc3412ab5fd6cb0fb8f712f36 | |
| parent | b12286fec3334238e899420a6586b3c1c7498a98 (diff) | |
| download | rust-721668f13364f8d7b288b4dc6919bc2f9fdbdfb4.tar.gz rust-721668f13364f8d7b288b4dc6919bc2f9fdbdfb4.zip | |
Tiny cleanup
| -rw-r--r-- | build_system/tests.rs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/build_system/tests.rs b/build_system/tests.rs index d3296c6fda3..e6348624c7b 100644 --- a/build_system/tests.rs +++ b/build_system/tests.rs @@ -249,11 +249,7 @@ const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[ bench_compile.arg("--prepare"); bench_compile.arg(format!("{:?}", runner.cargo_command(["clean"]))); - if cfg!(windows) { - bench_compile.arg("cmd /C \"set RUSTFLAGS= && cargo build\""); - } else { - bench_compile.arg("RUSTFLAGS='' cargo build"); - } + bench_compile.arg("cargo build"); bench_compile.arg(format!("{:?}", runner.cargo_command(["build"]))); spawn_and_wait(bench_compile); |
