Fix build of release sysroot in test.sh

This commit is contained in:
Antoni Boucher 2022-09-14 08:26:03 -04:00
parent b0ccfd1f90
commit 3e6710962e

View File

@ -30,7 +30,7 @@ while [[ $# -gt 0 ]]; do
shift
;;
--release-sysroot)
sysroot_channel=release
sysroot_channel="--release"
shift
;;
--no-default-features)
@ -157,7 +157,7 @@ function mini_tests() {
function build_sysroot() {
echo "[BUILD] sysroot"
time ./build_sysroot/build_sysroot.sh
time ./build_sysroot/build_sysroot.sh $sysroot_channel
}
function std_tests() {