mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue