Skip to content

Commit

Permalink
+ Merge processed options so others can mess with defaults. (tenderlove)
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 8104]
  • Loading branch information
zenspider committed Jan 8, 2013
1 parent 25d176b commit 8240c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/minitest/unit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ def run args = []
# Top level driver, controls all output and filtering.

def _run args = []
self.options = process_args args
self.options.merge! process_args args

puts "Run options: #{help}"

Expand Down

0 comments on commit 8240c88

Please sign in to comment.