зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] Silent verbose stdout for dependency of test gems
https://github.com/rubygems/rubygems/commit/51854e1982
This commit is contained in:
Родитель
89deb38736
Коммит
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче