X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_codegen_cranelift%2Ftest.sh;h=3d929a1d50ce2435307a7834c1fe04c1c73b94bd;hb=33553e1a289c6e44307d8c0de43f92172da30c89;hp=a10924628bb0eba9350b56f5603ead5b068b75f4;hpb=bec75389a395798c5779f70517f4ad9a5878aee1;p=rust.git diff --git a/compiler/rustc_codegen_cranelift/test.sh b/compiler/rustc_codegen_cranelift/test.sh index a10924628bb..3d929a1d50c 100755 --- a/compiler/rustc_codegen_cranelift/test.sh +++ b/compiler/rustc_codegen_cranelift/test.sh @@ -1,13 +1,2 @@ #!/usr/bin/env bash -set -e - -./y.rs build --sysroot none "$@" - -rm -r target/out || true - -scripts/tests.sh no_sysroot - -./y.rs build "$@" - -scripts/tests.sh base_sysroot -scripts/tests.sh extended_sysroot +exec ./y.rs test