Fix run_tests_unix.sh: Add --no-confirm

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-22 19:27:35 +10:00
parent 423fb0e373
commit b03ec6fb93
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -22,6 +22,11 @@ cargo binstall --help >/dev/null
cargo binstall --help >/dev/null
# Install binaries using https-only-mode and specify min tls ver
"./$1" binstall --https-only-mode --min-tls-version tls1-3 cargo-binstall
"./$1" binstall \
--log-level debug \
--https-only-mode \
--min-tls-version tls1-3 \
--no-confirm \
cargo-binstall
# Test that the installed binaries can be run
cargo binstall --help >/dev/null