mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test/unit.rb: separator [ci skip]
* test/lib/test/unit.rb (ExcludesOption#setup_options): add separator for --excludes-dir in help message. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5064e9201a
commit
8c5e6ba015
1 changed files with 1 additions and 0 deletions
|
@ -902,6 +902,7 @@ module Test
|
|||
excludes = excludes.split(File::PATH_SEPARATOR)
|
||||
end
|
||||
options[:excludes] = excludes || []
|
||||
parser.separator "excludes options:"
|
||||
parser.on '-X', '--excludes-dir DIRECTORY', "Directory name of exclude files" do |d|
|
||||
options[:excludes].concat d.split(File::PATH_SEPARATOR)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue