ruby-changes:19903
From: usa <ko1@a...>
Date: Tue, 7 Jun 2011 18:16:09 +0900 (JST)
Subject: [ruby-changes:19903] usa:r31950 (trunk): * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):
usa 2011-06-07 18:16:02 +0900 (Tue, 07 Jun 2011) New Revision: 31950 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31950 Log: * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name): should show some messages when skippning tests. Modified files: trunk/ChangeLog trunk/test/ruby/test_rubyoptions.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 31949) +++ ChangeLog (revision 31950) @@ -1,3 +1,8 @@ +Tue Jun 7 18:15:00 2011 NAKAMURA Usaku <usa@r...> + + * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name): + should show some messages when skippning tests. + Tue Jun 7 13:59:47 2011 Nobuyoshi Nakada <nobu@r...> * ext/date/date_core.c (date_s_today, datetime_s_now): check the Index: test/ruby/test_rubyoptions.rb =================================================================== --- test/ruby/test_rubyoptions.rb (revision 31949) +++ test/ruby/test_rubyoptions.rb (revision 31950) @@ -418,7 +418,7 @@ end def test_set_program_name - skip if /linux|freebsd|netbsd|openbsd/ !~ RUBY_PLATFORM + skip "platform dependent feature" if /linux|freebsd|netbsd|openbsd/ !~ RUBY_PLATFORM with_tmpchdir do write_file("test-script", "$0 = 'hello world'; sleep 60") -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/