From fd04ea0adf2e79f5c5acb259686b6823fc64e174 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sun, 11 Mar 2018 09:47:28 +0000 Subject: test_jit.rb: show debugging output on stderr instead of stdout. We would not capture the output as test results. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_jit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/ruby/test_jit.rb b/test/ruby/test_jit.rb index a75aa9d974..c973a3ef5a 100644 --- a/test/ruby/test_jit.rb +++ b/test/ruby/test_jit.rb @@ -548,8 +548,8 @@ class TestJIT < Test::Unit::TestCase # Debugging on CI if err.include?("gcc: error trying to exec 'cc1': execvp: No such file or directory") - puts "test/ruby/test_jit.rb: ENV content:" - pp ENV + $stderr.puts "test/ruby/test_jit.rb: ENV content:" + PP.pp(ENV, $stderr) end assert_equal( -- cgit v1.2.3