Skip to content

Commit

Permalink
* tool/rubytest.rb: separate errors from dots.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Feb 20, 2012
1 parent e5cb1bb commit 8e6dfee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool/rubytest.rb
Expand Up @@ -23,6 +23,7 @@
end
error << line if %r:^(sample/test.rb|not): =~ line
end
puts
print error
print "test failed\n"
exit false

0 comments on commit 8e6dfee

Please sign in to comment.