summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-09 02:42:30 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-09 02:42:30 +0000
commite3fa4ec1541a9725944b3f45bf4b47df087482ce (patch)
tree81e55848a8bbd58d5da19d075fc4f4cf6f42f5b1 /spec
parent39edad0380ce78a354cb7aa7d90579e395c6f432 (diff)
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/trunk@56682 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 f9392e6da2..4f2c062386 100644
--- a/spec/default.mspec
+++ b/spec/default.mspec
@@ -21,5 +21,6 @@ class MSpecScript
-I#{srcdir}
-I#{srcdir}/#{config['EXTOUT']}/common
#{srcdir}/tool/runruby.rb --archdir=#{Dir.pwd} --extout=#{config['EXTOUT']}
+ --
]
end