mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
lib/test/unit.rb: not overwrite options itself
* lib/test/unit.rb (Test::Unit::Runner#_prepare_run): not overwrite options itself. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3f6ec3ddcc
commit
7899034343
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ module Test
|
|||
@output = StatusLineOutput.new(self)
|
||||
end
|
||||
if /\A\/(.*)\/\z/ =~ (filter = options[:filter])
|
||||
options[:filter] = filter = Regexp.new($1)
|
||||
filter = Regexp.new($1)
|
||||
end
|
||||
type = "#{type}_methods"
|
||||
total = if filter
|
||||
|
|
Loading…
Add table
Reference in a new issue