X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=test.sh;h=3d929a1d50ce2435307a7834c1fe04c1c73b94bd;hb=484041cefeab79874b5dd134a7e9b4b189e3c5a2;hp=a10924628bb0eba9350b56f5603ead5b068b75f4;hpb=fb92375755a00a39a900da50f581917519b5af6b;p=rust.git diff --git a/test.sh b/test.sh index a10924628bb..3d929a1d50c 100755 --- a/test.sh +++ b/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