1
0
Fork 0
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:
Nobuyoshi Nakada 2021-02-14 17:47:46 +09:00
parent 0dad341006
commit 416956afa6
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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