test_jit.rb: fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
31b6ac1b9a
commit
24b8ca17d5
@ -547,7 +547,7 @@ class TestJIT < Test::Unit::TestCase
|
||||
actual = err.scan(/^#{JIT_SUCCESS_PREFIX}:/).size
|
||||
|
||||
# Debugging on CI
|
||||
if stderr.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:"
|
||||
pp ENV
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user