зеркало из https://github.com/github/ruby.git
* test/profile_test_all.rb: move into test library directory.
* test/runner.rb: fix require path for profile_test_all.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
5e63196957
Коммит
4af87bd672
|
@ -1,3 +1,8 @@
|
|||
Thu Jun 26 18:06:50 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||
|
||||
* test/profile_test_all.rb: move into test library directory.
|
||||
* test/runner.rb: fix require path for profile_test_all.rb.
|
||||
|
||||
Thu Jun 26 17:57:57 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||
|
||||
* lib/webrick/httpproxy.rb: remove useless assigned variables.
|
||||
|
|
|
@ -15,7 +15,7 @@ end
|
|||
|
||||
ENV["GEM_SKIP"] = ENV["GEM_HOME"] = ENV["GEM_PATH"] = "".freeze
|
||||
|
||||
require_relative 'profile_test_all' if ENV.has_key?('RUBY_TEST_ALL_PROFILE')
|
||||
require_relative 'lib/profile_test_all' if ENV.has_key?('RUBY_TEST_ALL_PROFILE')
|
||||
require_relative 'lib/tracepointchecker'
|
||||
|
||||
module Test::Unit
|
||||
|
|
Загрузка…
Ссылка в новой задаче