1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

the working directory may not be srcdir

* test/runner.rb (COVERAGE): should use require_relative instead of require,
  because the working directory may not be srcdir.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2017-09-07 17:45:34 +00:00
parent 97fbcdd082
commit 7b2e74be7d

View file

@ -26,7 +26,7 @@ require_relative 'lib/zombie_hunter'
require_relative 'lib/iseq_loader_checker' require_relative 'lib/iseq_loader_checker'
if ENV['COVERAGE'] if ENV['COVERAGE']
require "tool/test-coverage.rb" require_relative "../tool/test-coverage.rb"
end end
begin begin