aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test/unit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/test/unit.rb')
-rw-r--r--lib/test/unit.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/test/unit.rb b/lib/test/unit.rb
index 3048adefac..c44fbf8688 100644
--- a/lib/test/unit.rb
+++ b/lib/test/unit.rb
@@ -683,6 +683,7 @@ module Test
@failed_color = @reset_color = ""
end
if color or @options[:job_status] == :replace
+ @options[:job_status] ||= :replace unless @verbose
@verbose = !options[:parallel]
@output = StatusLineOutput.new(self)
end