Merge pull request #16253 from Bo98/test-bot-fix

brew.sh: always run test-bot under Ruby 3
This commit is contained in:
Mike McQuaid 2023-11-24 14:33:35 +00:00 committed by GitHub
commit dbcb475b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -502,7 +502,7 @@ case "$*" in
;;
esac
if [[ -n "${HOMEBREW_DEVELOPER}" ]]
if [[ -n "${HOMEBREW_DEVELOPER}" || "$1" == "test-bot" ]]
then
export HOMEBREW_RUBY3="1"
fi