summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-20 03:12:44 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-20 03:12:44 +0000
commitf3f30c736d54613f30fd16749625f6686b3503e1 (patch)
treead3c8318ee5278d0c6a4f590268e33fb1e18c3a6 /bootstraptest
parentedbe0c305a8fb3fcc2e60d8f342f7186bf001599 (diff)
Don't erase for verbose mode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rwxr-xr-xbootstraptest/runner.rb2
1 files changed, 1 insertions, 1 deletions
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
""