summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-11 22:53:02 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-11 22:53:02 +0000
commit777cead59a6b620ffd55f92067a30a41e6b90672 (patch)
tree6aa6671c34cb969f1b8e7c7193d8ebdf8354aa3a /spec
parent4ff235fe433124eed0ee089b8a9d85f74891952f (diff)
merge revision(s) 56682: [Backport #12922]
default.mspec: end of options * spec/default.mspec (MSpecScript): add the end of options to runruby.rb, to fix failure at ruby/spec@a0e55db. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@56732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec')
-rw-r--r--spec/default.mspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/default.mspec b/spec/default.mspec
index 47f5dd12e5..ac701a2bc9 100644
--- a/spec/default.mspec
+++ b/spec/default.mspec
@@ -17,5 +17,6 @@ class MSpecScript
-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