summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-24 07:53:14 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-24 07:53:14 +0000
commit45c7ead6ae07a05e9d0301ab40a37fba4a2e33ac (patch)
treebc619a052146eccdf054097890dbdf8333dbb682 /bootstraptest
parentd7c2f391fc08ff5354c06b50b7170ce7afbee3b4 (diff)
* bootstraptest/runner.rb: fix syntax error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/runner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb
index d5934d0fe7..f47ecd9e6e 100644
--- a/bootstraptest/runner.rb
+++ b/bootstraptest/runner.rb
@@ -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.