]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_cranelift/test.sh
Rollup merge of #102385 - sunfishcode:sunfishcode/wasm-no-export-heap-base, r=davidtwco
[rust.git] / compiler / rustc_codegen_cranelift / test.sh
index a10924628bb0eba9350b56f5603ead5b068b75f4..3d929a1d50ce2435307a7834c1fe04c1c73b94bd 100755 (executable)
@@ -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