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:
parent
34b19050b3
commit
10bf738bee
2 changed files with 5 additions and 0 deletions
|
|
@ -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>
|
Sat Jun 11 18:02:09 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* io.c (io_getc): should be 7bit if ascii. fixes #4557
|
* io.c (io_getc): should be 7bit if ascii. fixes #4557
|
||||||
|
|
|
||||||
|
|
@ -60,6 +60,7 @@ end
|
||||||
def main
|
def main
|
||||||
@ruby = File.expand_path('miniruby')
|
@ruby = File.expand_path('miniruby')
|
||||||
@verbose = false
|
@verbose = false
|
||||||
|
$stress = false
|
||||||
dir = nil
|
dir = nil
|
||||||
quiet = false
|
quiet = false
|
||||||
tests = nil
|
tests = nil
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue