summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-04 14:06:24 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-04 14:06:24 +0000
commitef8e303e8d49eae31e67409d82d02fdfd96c41a7 (patch)
tree6aeb7b4917bfa584c9e6f18d540720c25ed75742 /spec
parentf63d93bd8db45ae4d9a937377165db81565d54dd (diff)
downloadruby-ef8e303e8d49eae31e67409d82d02fdfd96c41a7.tar.gz
ruby-ef8e303e8d49eae31e67409d82d02fdfd96c41a7.tar.xz
ruby-ef8e303e8d49eae31e67409d82d02fdfd96c41a7.zip
* spec/default.mspec: follows changes in rubyspec project.
inherits configurations from ruby.1.9.mspec. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec')
-rw-r--r--spec/default.mspec9
1 files changed, 1 insertions, 8 deletions
diff --git a/spec/default.mspec b/spec/default.mspec
index a018b4020..402065b44 100644
--- a/spec/default.mspec
+++ b/spec/default.mspec
@@ -1,12 +1,5 @@
+load File.dirname(__FILE__) + '/rubyspec/ruby.1.9.mspec'
class MSpecScript
- # An ordered list of the directories containing specs to run
- # as the CI process.
- set :ci_files, %w[
- spec/rubyspec/1.9/core
- spec/rubyspec/1.9/language
- spec/rubyspec/1.9/library
- ]
-
builddir = File.expand_path(File.join(File.dirname(__FILE__), '..'))
srcdir = ENV['SRCDIR']
srcdir ||= $1 if File.read("#{builddir}/Makefile")[/^\s*srcdir\s*=\s*(.+)/i]