Merge pull request #2387 from versity/test/mc_hotfix

test: mc hotfix
This commit is contained in:
Ben McClelland
2026-09-11 15:50:23 -07:00
committed by GitHub
+6 -6
View File
@@ -427,9 +427,9 @@ check_required_commands() {
xxd
)
if [ "${INSTALL_MC:-false}" = "true" ]; then
commands+=(mc)
fi
#if [ "${INSTALL_MC:-false}" = "true" ]; then
# commands+=(mc)
#fi
local cmd
for cmd in "${commands[@]}"; do
@@ -654,9 +654,9 @@ if [ "$os" == "Linux" ] && ! download_and_install_aws_cli; then
exit 1
fi
if ! download_and_install_mc "$os"; then
exit 1
fi
#if ! download_and_install_mc "$os"; then
# exit 1
#fi
if ! download_and_install_bats_helpers; then
exit 1