mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* bootstraptest/runner.rb: fix syntax error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d7c2f391fc
commit
45c7ead6ae
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Feb 24 16:52:55 2007 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* bootstraptest/runner.rb: fix syntax error.
|
||||
|
||||
Sat Feb 24 16:51:09 2007 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* bootstraptest/runner.rb: new option --help.
|
||||
|
|
|
@ -20,7 +20,7 @@ def main
|
|||
tests = Dir.glob("#{File.dirname($0)}/test_{#{$1}}*.rb")
|
||||
puts tests.map {|path| File.basename(path) }.inspect
|
||||
true
|
||||
when /\A(-h|--h(elp)?\z/
|
||||
when /\A(-h|--h(elp)?)\z/
|
||||
puts(<<-End)
|
||||
Usage: #{File.basename($0, '.*')} --ruby=PATH [--sets=NAME,NAME,...]
|
||||
--sets=NAME,NAME,... Name of test sets.
|
||||
|
|
Loading…
Reference in a new issue