aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-11 09:07:26 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-11 09:07:26 +0000
commit10bf738beeba506565c0486a29fc063c421c1d36 (patch)
treefff5f0b5185e79e6a4041c40a9633e1d2f675fcd
parent34b19050b3894d3e6e072f68c112711696dc1c41 (diff)
downloadruby-10bf738beeba506565c0486a29fc063c421c1d36.tar.gz
* 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
-rw-r--r--ChangeLog4
-rwxr-xr-xbootstraptest/runner.rb1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a856b4deee..3a62905dd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb
index 9d98afcb89..76bf8fd762 100755
--- a/bootstraptest/runner.rb
+++ b/bootstraptest/runner.rb
@@ -60,6 +60,7 @@ end
def main
@ruby = File.expand_path('miniruby')
@verbose = false
+ $stress = false
dir = nil
quiet = false
tests = nil