Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
show the rubyopt we use to run specs
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Dec 29, 2012
1 parent 3cc68d4 commit dc328af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit dc328af

Please sign in to comment.