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
This commit is contained in:
nobu 2012-07-12 21:11:19 +00:00
parent 12b3c3e1e5
commit b788ff5cf1

View File

@ -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