1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

StatusLineOutput needs job_status to be :replace

* lib/test/unit.rb (Test::Unit::Runner#_prepare_run): StatusLineOutput
  needs job_status to be :replace.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2012-05-28 07:56:58 +00:00
parent 49479c2dcc
commit de7a47d1aa
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Mon May 28 16:56:55 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/test/unit.rb (Test::Unit::Runner#_prepare_run): StatusLineOutput
needs job_status to be :replace.
Mon May 28 13:35:33 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
* common.mk (do-install-*): fix dependencies. based on the patch by

View file

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