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-11-29 23:19:53 -0800
commit90890c243c95909d2554c0f8dd790d72c1645e11 (patch)
tree7cf0326754bc6bc595620bd7c354c23358fc7a88 /Rakefile
parent6d3d0d58325d086b9308d2126a2a00f452daafc7 (diff)
downloadbundler-90890c243c95909d2554c0f8dd790d72c1645e11.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 eea3647f2e..cafcfa9fa8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -92,6 +92,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"]