зеркало из https://github.com/github/ruby.git
bootstraptest/runner.rb (show_limit): defer messages unless verbose and a tty
This commit is contained in:
Родитель
70dcf5b368
Коммит
7f4f40ab31
|
@ -265,11 +265,8 @@ end
|
|||
|
||||
def show_limit(testsrc, opt = '', **argh)
|
||||
result = get_result_string(testsrc, opt, **argh)
|
||||
if @tty
|
||||
$stderr.print '.'
|
||||
$stderr.print @reset
|
||||
$stderr.puts if @verbose
|
||||
$stderr.puts "#{erase}#{result}"
|
||||
if @tty and @verbose
|
||||
$stderr.puts ".{#@reset}\n#{erase}#{result}"
|
||||
else
|
||||
@errbuf.push result
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче