[rubygems/rubygems] Silent verbose stdout for dependency of test gems
https://github.com/rubygems/rubygems/commit/51854e1982
This commit is contained in:
parent
89deb38736
commit
af54f0f76d
@ -150,7 +150,7 @@ module Spec
|
||||
ENV["BUNDLE_PATH__SYSTEM"] = "true"
|
||||
end
|
||||
|
||||
puts `#{Gem.ruby} #{File.expand_path("support/bundle.rb", Path.spec_dir)} install --verbose`
|
||||
puts `#{Gem.ruby} #{File.expand_path("support/bundle.rb", Path.spec_dir)} install --quiet`
|
||||
raise unless $?.success?
|
||||
ensure
|
||||
if path
|
||||
|
Loading…
x
Reference in New Issue
Block a user