mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
runner.rb: no installed gems
* test/runner.rb: get rid of loading previously installed gems. [ruby-dev:46025] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b2acc2d501
commit
5b657b5dcb
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Aug 3 17:21:52 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* test/runner.rb: get rid of loading previously installed gems.
|
||||
[ruby-dev:46025]
|
||||
|
||||
Fri Aug 3 16:40:01 2012 URABE Shyouhei <shyouhei@ruby-lang.org>
|
||||
|
||||
* .travis.yml (notifications): [experimental] IRC notifications.
|
||||
|
|
|
@ -18,6 +18,7 @@ File.foreach(srcdir + "/defs/default_gems") do |line|
|
|||
end
|
||||
default_gems |= (ENV["GEM_SKIP"] || '').split(/:/)
|
||||
ENV["GEM_SKIP"] = default_gems.join(':')
|
||||
ENV["GEM_HOME"] = ENV["GEM_PATH"] = "".freeze
|
||||
|
||||
require_relative 'profile_test_all' if ENV['RUBY_TEST_ALL_PROFILE'] == 'true'
|
||||
|
||||
|
|
Loading…
Reference in a new issue