X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_codegen_cranelift%2Ftest.sh;h=c6c4956e4817446aa580f20ab89d9dbce41ead0c;hb=477aa678021086d4fd07d8c738be51683c314231;hp=3cdd4119d794cda6c8a045dce1c5a80566986030;hpb=43e1b58bccf7e62bcccfd1ce0bedc9dc65df3564;p=rust.git diff --git a/compiler/rustc_codegen_cranelift/test.sh b/compiler/rustc_codegen_cranelift/test.sh index 3cdd4119d79..c6c4956e481 100755 --- a/compiler/rustc_codegen_cranelift/test.sh +++ b/compiler/rustc_codegen_cranelift/test.sh @@ -3,13 +3,13 @@ set -e export RUSTFLAGS="-Zrun_dsymutil=no" -./build.sh --without-sysroot $@ +./build.sh --without-sysroot "$@" rm -r target/out || true scripts/tests.sh no_sysroot -./build.sh $@ +./build.sh "$@" scripts/tests.sh base_sysroot scripts/tests.sh extended_sysroot