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

Fixed the wrong path for COVERAGE.

ref. c3c0e3f5c9
This commit is contained in:
Hiroshi SHIBATA 2019-07-02 08:00:29 +09:00
parent c68781e918
commit 897b1e0562
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -27,7 +27,7 @@ require_relative "#{tool_dir}/lib/zombie_hunter"
require_relative "#{tool_dir}/lib/iseq_loader_checker"
if ENV['COVERAGE']
require_relative "#{tool_dir}/lib/test-coverage.rb"
require_relative "#{tool_dir}/test-coverage.rb"
end
begin