From db271576bbab2269f4269c16d0da9bf67dfe917f Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 11 Mar 2016 17:58:49 +0000 Subject: * test/lib/test/unit.rb: describe !/REGEXP/ in the help message. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/lib/test/unit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lib') diff --git a/test/lib/test/unit.rb b/test/lib/test/unit.rb index 3ab0527e6b..41c4996575 100644 --- a/test/lib/test/unit.rb +++ b/test/lib/test/unit.rb @@ -86,7 +86,7 @@ module Test self.verbose = options[:verbose] end - opts.on '-n', '--name PATTERN', "Filter test method names on pattern: /REGEXP/ or STRING" do |a| + opts.on '-n', '--name PATTERN', "Filter test method names on pattern: /REGEXP/, !/REGEXP/ or STRING" do |a| (options[:filter] ||= []) << a end -- cgit v1.2.3