From 70fd022a2ae03d237ee9045db9834f253f3d843f Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 19 Sep 2019 09:47:11 +0900 Subject: DEBUG --- test/ruby/test_io.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb index ed60452b36..20875f7175 100644 --- a/test/ruby/test_io.rb +++ b/test/ruby/test_io.rb @@ -2003,6 +2003,8 @@ class TestIO < Test::Unit::TestCase end end false + rescue LoadError + raise File.read("ext/-test-/file/mkmf.log") end def test_seek -- cgit v1.2.3