summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-11 09:47:28 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-11 09:47:28 +0000
commitfd04ea0adf2e79f5c5acb259686b6823fc64e174 (patch)
tree5b51a5019e07a15ed8a3137b2a43f4bf84c4154b /test
parent24b8ca17d5c9874f90d66d55b8e3d4299b82ab02 (diff)
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
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_jit.rb4
1 files changed, 2 insertions, 2 deletions
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(