summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-12 21:11:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-12 21:11:19 +0000
commitb788ff5cf100d1157e97ad978ff43242459291b6 (patch)
treeb23d8278c9b70168f4a4a227fed480ba7552aeee /lib
parent12b3c3e1e573178bd5af6b31c4762731f8a669c6 (diff)
test: unnecessary job_status
* lib/test/unit.rb (Test::Unit::Runner#_prepare_run): no needs to override job_status option unnecessarily. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-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