summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2012-11-29 23:19:53 -0800
committerAndre Arko <andre@arko.net>2012-12-29 14:04:28 -0800
commitdc328afc0317f3ef5a47e7e05588e059e4a7278c (patch)
treeb06881da882696330e417332ef17297aba3473a7 /Rakefile
parent3cc68d4c40e91f5f0743d1be99476bc8cfe6dc4a (diff)
downloadbundler-dc328afc0317f3ef5a47e7e05588e059e4a7278c.tar.gz
show the rubyopt we use to run specs
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 223810b60b..d619f3d84d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -91,6 +91,7 @@ begin
puts "Running bundler specs against rubygems '#{rg}' at #{hash}"
ENV["RUBYOPT"] = "-I#{File.expand_path("tmp/rubygems/lib")} #{rubyopt}"
+ puts "RUBYOPT=#{ENV['RUBYOPT']}"
end
task rg => ["clone_rubygems_#{rg}", "man:build"]