aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
diff options
context:
space:
mode:
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
""