mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Set verbose flag at retrying
This commit is contained in:
parent
0dad341006
commit
416956afa6
1 changed files with 1 additions and 0 deletions
|
@ -584,6 +584,7 @@ module Test
|
|||
del_status_line or puts
|
||||
unless suites.empty?
|
||||
puts "\n""Retrying..."
|
||||
@verbose = options[:verbose]
|
||||
_run_suites(suites, type)
|
||||
end
|
||||
@options[:parallel] = parallel
|
||||
|
|
Loading…
Reference in a new issue