From 10bf738beeba506565c0486a29fc063c421c1d36 Mon Sep 17 00:00:00 2001 From: eban Date: Sat, 11 Jun 2011 09:07:26 +0000 Subject: * 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 --- bootstraptest/runner.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstraptest') 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 -- cgit v1.2.3