X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=test.sh;h=3d929a1d50ce2435307a7834c1fe04c1c73b94bd;hb=484041cefeab79874b5dd134a7e9b4b189e3c5a2;hp=c62ee8716bc20707a6a39126865a528a07acf63a;hpb=cb367602ff7878b02e91bac72178e70b305dda85;p=rust.git diff --git a/test.sh b/test.sh index c62ee8716bc..3d929a1d50c 100755 --- a/test.sh +++ b/test.sh @@ -1,29 +1,2 @@ -#!/bin/bash -set -e - -# Build cg_clif -export RUSTFLAGS="-Zrun_dsymutil=no" -if [[ "$1" == "--release" ]]; then - export CHANNEL='release' - cargo build --release -else - export CHANNEL='debug' - cargo build --bin cg_clif -fi - -# Config -source scripts/config.sh -source scripts/tests.sh -export CG_CLIF_INCR_CACHE_DISABLED=1 - -# Cleanup -rm -r target/out || true - -no_sysroot_tests - -echo "[BUILD] sysroot" -time ./build_sysroot/build_sysroot.sh --release - -base_sysroot_tests - -extended_sysroot_tests +#!/usr/bin/env bash +exec ./y.rs test