Skip to content
Snippets Groups Projects
Commit 896c93b8 authored by Maxim Belkin's avatar Maxim Belkin
Browse files

cleanup.rb: quiet down Ruby test

parent 5ce013b0
No related branches found
No related tags found
No related merge requests found
......@@ -357,8 +357,8 @@ module Homebrew
else
check_ruby_version = HOMEBREW_LIBRARY_PATH/"utils/ruby_check_version_script.rb"
rubies.uniq.any? do |ruby|
system ruby, "--enable-frozen-string-literal", "--disable=gems,did_you_mean,rubyopt",
check_ruby_version, HOMEBREW_REQUIRED_RUBY_VERSION
quiet_system ruby, "--enable-frozen-string-literal", "--disable=gems,did_you_mean,rubyopt",
check_ruby_version, HOMEBREW_REQUIRED_RUBY_VERSION
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment