[rubygems/rubygems] Don't print a bunch of blank lines when setting up dependencies
https://github.com/rubygems/rubygems/commit/48fd2d0514
This commit is contained in:
parent
8cc47c9050
commit
706cabb135
@ -150,8 +150,8 @@ module Spec
|
|||||||
ENV["BUNDLE_PATH__SYSTEM"] = "true"
|
ENV["BUNDLE_PATH__SYSTEM"] = "true"
|
||||||
end
|
end
|
||||||
|
|
||||||
puts `#{Gem.ruby} #{File.expand_path("support/bundle.rb", Path.spec_dir)} install --quiet`
|
output = `#{Gem.ruby} #{File.expand_path("support/bundle.rb", Path.spec_dir)} install --quiet`
|
||||||
raise unless $?.success?
|
raise output unless $?.success?
|
||||||
ensure
|
ensure
|
||||||
if path
|
if path
|
||||||
ENV["BUNDLE_PATH"] = old_path
|
ENV["BUNDLE_PATH"] = old_path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user