aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/test/unit.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/test/unit.rb b/lib/test/unit.rb
index 40acc7b48d..6654307e3f 100644
--- a/lib/test/unit.rb
+++ b/lib/test/unit.rb
@@ -698,7 +698,6 @@ module Test
@passed_color = @failed_color = @skipped_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