1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

test_framework.rb: show mkmf.log on failure

* test/mkmf/test_framework.rb (test_core_foundation_framework): show
  mkmf.log on failure.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2012-08-01 22:29:58 +00:00
parent 5a832e1da3
commit cc59a581f1

View file

@ -3,7 +3,7 @@ require_relative 'base'
class TestMkmf class TestMkmf
class TestHaveFramework < TestMkmf class TestHaveFramework < TestMkmf
def test_core_foundation_framework def test_core_foundation_framework
assert(have_framework("CoreFoundation"), "try as Objective-C") assert(have_framework("CoreFoundation"), mkmflog("try as Objective-C"))
end end
end end
end if /darwin/ =~ RUBY_PLATFORM end if /darwin/ =~ RUBY_PLATFORM