* 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:
parent
e5cb1bb930
commit
8e6dfeecc9
@ -23,6 +23,7 @@ srcdir = File.expand_path('..', File.dirname(__FILE__))
|
|||||||
end
|
end
|
||||||
error << line if %r:^(sample/test.rb|not): =~ line
|
error << line if %r:^(sample/test.rb|not): =~ line
|
||||||
end
|
end
|
||||||
|
puts
|
||||||
print error
|
print error
|
||||||
print "test failed\n"
|
print "test failed\n"
|
||||||
exit false
|
exit false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user