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