From f3f30c736d54613f30fd16749625f6686b3503e1 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 20 Jun 2014 03:12:44 +0000 Subject: Don't erase for verbose mode. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/runner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstraptest') diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb index 71c8f5393e..68f0e80519 100755 --- a/bootstraptest/runner.rb +++ b/bootstraptest/runner.rb @@ -163,7 +163,7 @@ End end def erase(e = true) - if e and @columns > 0 + if e and @columns > 0 and !@verbose "\r#{" "*@columns}\r" else "" -- cgit v1.2.3