From ab4c089b6cda18b7ca6694d6da0d6bc40cbe3249 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 7 Aug 2016 10:34:11 +0000 Subject: suppress warnings * basictest/runner.rb, bootstraptest/runner.rb: disable warnings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- basictest/runner.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'basictest') diff --git a/basictest/runner.rb b/basictest/runner.rb index 3a60036ffa..0330b6d506 100755 --- a/basictest/runner.rb +++ b/basictest/runner.rb @@ -17,6 +17,9 @@ $stderr.reopen($stdout) error = '' srcdir = File.expand_path('..', File.dirname(__FILE__)) +if opt = ENV["RUBYOPT"] + ENV["RUBYOPT"] = opt + " -W1" +end `#{ruby} #{opt} -W1 #{srcdir}/basictest/test.rb #{ARGV.join(' ')}`.each_line do |line| if line =~ /^end of test/ print "\ntest succeeded\n" -- cgit v1.2.3