]> git.lizzy.rs Git - rust.git/blobdiff - test.sh
Also emit vcode when emitting clif ir while using new style backends
[rust.git] / test.sh
diff --git a/test.sh b/test.sh
index 3cdd4119d794cda6c8a045dce1c5a80566986030..c6c4956e4817446aa580f20ab89d9dbce41ead0c 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -3,13 +3,13 @@ set -e
 
 export RUSTFLAGS="-Zrun_dsymutil=no"
 
-./build.sh --without-sysroot $@
+./build.sh --without-sysroot "$@"
 
 rm -r target/out || true
 
 scripts/tests.sh no_sysroot
 
-./build.sh $@
+./build.sh "$@"
 
 scripts/tests.sh base_sysroot
 scripts/tests.sh extended_sysroot