mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
default.mspec: no -I- flag
* spec/default.mspec (flags): -I- has been no longer used since long ago, and "." has not been in the default load path list too. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d390e0ce46
commit
42dee95b7e
1 changed files with 1 additions and 1 deletions
|
@ -14,8 +14,8 @@ class MSpecScript
|
|||
set :prefix, File.expand_path('rubyspec', File.dirname(__FILE__))
|
||||
set :flags, %W[
|
||||
-I#{File.expand_path srcdir}/lib
|
||||
-I#{File.expand_path srcdir}
|
||||
-I#{File.expand_path srcdir}/#{config['EXTOUT']}/common
|
||||
-I#{File.expand_path srcdir}/-
|
||||
#{File.expand_path srcdir}/tool/runruby.rb --archdir=#{Dir.pwd} --extout=#{config['EXTOUT']}
|
||||
]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue