X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=test.sh;h=a10924628bb0eba9350b56f5603ead5b068b75f4;hb=8a6ff90a3a41e6ace18aeb089ea0a0eb3726dd08;hp=ffd795b83ef937c10fdcd97528714d9a2c201659;hpb=3ea8915d4a247b5b3c4cfb3424c230ccd2645b17;p=rust.git diff --git a/test.sh b/test.sh index ffd795b83ef..a10924628bb 100755 --- a/test.sh +++ b/test.sh @@ -1,15 +1,13 @@ -#!/bin/bash +#!/usr/bin/env bash set -e -export CG_CLIF_DISPLAY_CG_TIME=1 - -./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