X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=test.sh;h=a10924628bb0eba9350b56f5603ead5b068b75f4;hb=acf93987bc43dc2f9aba0984ec60131f17dc40fb;hp=c6c4956e4817446aa580f20ab89d9dbce41ead0c;hpb=8a097f7b2c8caae3bbcbb80fed451eed066336a4;p=rust.git diff --git a/test.sh b/test.sh index c6c4956e481..a10924628bb 100755 --- a/test.sh +++ b/test.sh @@ -1,15 +1,13 @@ -#!/bin/bash +#!/usr/bin/env bash set -e -export RUSTFLAGS="-Zrun_dsymutil=no" - -./build.sh --without-sysroot "$@" +./y.rs build --sysroot none "$@" rm -r target/out || true scripts/tests.sh no_sysroot -./build.sh "$@" +./y.rs build "$@" scripts/tests.sh base_sysroot scripts/tests.sh extended_sysroot