aboutsummaryrefslogtreecommitdiffstats
path: root/test/mkmf
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-01 22:29:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-01 22:29:58 +0000
commitcc59a581f1db0ffc6e8cac93cae50202e1ab81a8 (patch)
tree8e577978df3d6a04c3e65b8e11581fac7bc621c7 /test/mkmf
parent5a832e1da3b07babffd8f23c400a6acef15bbd7b (diff)
downloadruby-cc59a581f1db0ffc6e8cac93cae50202e1ab81a8.tar.gz
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
Diffstat (limited to 'test/mkmf')
-rw-r--r--test/mkmf/test_framework.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mkmf/test_framework.rb b/test/mkmf/test_framework.rb
index 2bf79dcef4..12f60dee9c 100644
--- a/test/mkmf/test_framework.rb
+++ b/test/mkmf/test_framework.rb
@@ -3,7 +3,7 @@ require_relative 'base'
class TestMkmf
class TestHaveFramework < TestMkmf
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 if /darwin/ =~ RUBY_PLATFORM