ruby-changes:24540
From: nobu <ko1@a...>
Date: Thu, 2 Aug 2012 07:31:15 +0900 (JST)
Subject: [ruby-changes:24540] nobu:r36591 (trunk): test_framework.rb: show mkmf.log on failure
nobu 2012-08-02 07:29:58 +0900 (Thu, 02 Aug 2012) New Revision: 36591 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36591 Log: test_framework.rb: show mkmf.log on failure * test/mkmf/test_framework.rb (test_core_foundation_framework): show mkmf.log on failure. Modified files: trunk/test/mkmf/test_framework.rb Index: test/mkmf/test_framework.rb =================================================================== --- test/mkmf/test_framework.rb (revision 36590) +++ test/mkmf/test_framework.rb (revision 36591) @@ -3,7 +3,7 @@ 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/