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

* bootstraptest/runner.rb: should initilize $stress to avoid warnings.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2011-06-11 09:07:26 +00:00
parent 34b19050b3
commit 10bf738bee
2 changed files with 5 additions and 0 deletions
ChangeLog
bootstraptest

View file

@ -1,3 +1,7 @@
Sat Jun 11 18:05:57 2011 WATANABE Hirofumi <eban@ruby-lang.org>
* bootstraptest/runner.rb: should initilize $stress to avoid warnings.
Sat Jun 11 18:02:09 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* io.c (io_getc): should be 7bit if ascii. fixes #4557

View file

@ -60,6 +60,7 @@ end
def main
@ruby = File.expand_path('miniruby')
@verbose = false
$stress = false
dir = nil
quiet = false
tests = nil