ruby-changes:22662
From: nobu <ko1@a...>
Date: Tue, 21 Feb 2012 01:00:03 +0900 (JST)
Subject: [ruby-changes:22662] nobu:r34711 (trunk): * tool/rubytest.rb: separate errors from dots.
nobu 2012-02-21 00:59:15 +0900 (Tue, 21 Feb 2012) New Revision: 34711 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=34711 Log: * tool/rubytest.rb: separate errors from dots. Modified files: trunk/tool/rubytest.rb Index: tool/rubytest.rb =================================================================== --- tool/rubytest.rb (revision 34710) +++ tool/rubytest.rb (revision 34711) @@ -23,6 +23,7 @@ end error << line if %r:^(sample/test.rb|not): =~ line end +puts print error print "test failed\n" exit false -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/