From 7d8c42297e38a2e8a719c4775e491de0d49054f1 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 14 Jan 2008 14:32:46 +0000 Subject: * configure.in (setup): add -I$(EXTOUT)/$(arch) to MINIRUBY. * bootstraptest/runner.rb (main): expand -I directory path. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/runner.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstraptest/runner.rb') diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb index 74cb2b9e75..e8651fea4a 100644 --- a/bootstraptest/runner.rb +++ b/bootstraptest/runner.rb @@ -51,6 +51,7 @@ def main case arg when /\A--ruby=(.*)/ @ruby = File.expand_path($1) + @ruby.gsub!(/-I([^ ]*)/){"-I"+File.expand_path($1)} true when /\A--sets=(.*)/ tests = Dir.glob("#{File.dirname($0)}/test_{#{$1}}*.rb") -- cgit v1.2.3