Fix build of release sysroot in test.sh
This commit is contained in:
parent
b0ccfd1f90
commit
3e6710962e
1 changed files with 2 additions and 2 deletions
4
test.sh
4
test.sh
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue