]> git.lizzy.rs Git - rust.git/blobdiff - test.sh
Use __muloti4 instead of __rust_i128_mulo
[rust.git] / test.sh
diff --git a/test.sh b/test.sh
index 3cdd4119d794cda6c8a045dce1c5a80566986030..a10924628bb0eba9350b56f5603ead5b068b75f4 100755 (executable)
--- 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