1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* tool/rubytest.rb: separate errors from dots.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2012-02-20 15:59:15 +00:00
parent e5cb1bb930
commit 8e6dfeecc9

View file

@ -23,6 +23,7 @@ srcdir = File.expand_path('..', File.dirname(__FILE__))
end
error << line if %r:^(sample/test.rb|not): =~ line
end
puts
print error
print "test failed\n"
exit false