aboutsummaryrefslogtreecommitdiffstats
path: root/test/runner.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-02 08:00:29 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-02 08:00:29 +0900
commit897b1e05623996ea1003c812e7705a2d197464b3 (patch)
treeae0b6b8f2732602072acdf26fa563d9e292248d3 /test/runner.rb
parentc68781e9181cb43af1bac29b3c974887205c3bf3 (diff)
downloadruby-897b1e05623996ea1003c812e7705a2d197464b3.tar.gz
Fixed the wrong path for COVERAGE.
ref. c3c0e3f5c9444c197779cb242de46dfffda79dec
Diffstat (limited to 'test/runner.rb')
-rw-r--r--test/runner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runner.rb b/test/runner.rb
index 263df1d930..db2084949e 100644
--- a/test/runner.rb
+++ b/test/runner.rb
@@ -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