1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* bootstraptest/runner.rb (main): "usage" description updated.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-08-23 06:24:33 +00:00
parent 0ebb7c1c9b
commit 7c2d363bae
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sun Aug 23 15:22:45 2009 Tanaka Akira <akr@fsij.org>
* bootstraptest/runner.rb (main): "usage" description updated.
Sun Aug 23 15:12:22 2009 Tanaka Akira <akr@fsij.org>
* bootstraptest/runner.rb (Dir.mktmpdir): updated to latest.

View file

@ -90,7 +90,7 @@ def main
Usage: #{File.basename($0, '.*')} --ruby=PATH [--sets=NAME,NAME,...]
--sets=NAME,NAME,... Name of test sets.
--dir=DIRECTORY Working directory.
default: /tmp/bootstraptest.tmpwd
default: /tmp/bootstraptestXXXXX.tmpwd
-s, --stress stress test.
-v, --verbose Output test name before exec.
-q, --quiet Don\'t print header message.