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
This commit is contained in:
parent
24b8ca17d5
commit
fd04ea0adf
@ -548,8 +548,8 @@ class TestJIT < Test::Unit::TestCase
|
|||||||
|
|
||||||
# Debugging on CI
|
# Debugging on CI
|
||||||
if err.include?("gcc: error trying to exec 'cc1': execvp: No such file or directory")
|
if err.include?("gcc: error trying to exec 'cc1': execvp: No such file or directory")
|
||||||
puts "test/ruby/test_jit.rb: ENV content:"
|
$stderr.puts "test/ruby/test_jit.rb: ENV content:"
|
||||||
pp ENV
|
PP.pp(ENV, $stderr)
|
||||||
end
|
end
|
||||||
|
|
||||||
assert_equal(
|
assert_equal(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user