]> git.lizzy.rs Git - rust.git/blobdiff - test.sh
Auto merge of #86475 - crlf0710:miri_vtable_refactor, r=bjorn3
[rust.git] / test.sh
diff --git a/test.sh b/test.sh
index 3cdd4119d794cda6c8a045dce1c5a80566986030..e222adc7b80582ec7169a0c65f2fd9d34af00341 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 $@
+./build.sh --sysroot none "$@"
 
 rm -r target/out || true
 
 scripts/tests.sh no_sysroot
 
-./build.sh $@
+./build.sh "$@"
 
 scripts/tests.sh base_sysroot
 scripts/tests.sh extended_sysroot