mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test: reduce unnecessary output
* lib/test/unit.rb (Test::Unit::Runner#_run_parallel): print retrying message only if retrying. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
de7eb55f7f
commit
c05042c95f
1 changed files with 4 additions and 3 deletions
|
@ -611,10 +611,11 @@ module Test
|
|||
suites.map {|r| r[:file]}.uniq.each {|file| require file}
|
||||
suites.map! {|r| eval("::"+r[:testcase])}
|
||||
del_status_line or puts
|
||||
unless suites.empty?
|
||||
puts "Retrying..."
|
||||
puts ""
|
||||
_run_suites(suites, type)
|
||||
end
|
||||
end
|
||||
unless rep.empty?
|
||||
rep.each do |r|
|
||||
r[:report].each do |f|
|
||||
|
|
Loading…
Reference in a new issue