From 644d1e7a477ac94f0f8f353a708d39c6fe2927c8 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 4 Dec 2008 14:06:24 +0000 Subject: [PATCH] * spec/default.mspec: follows changes in rubyspec project. inherits configurations from ruby.1.9.mspec. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ spec/default.mspec | 9 +-------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8d70b902ba..7a91e46a6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 4 23:02:13 2008 Yuki Sonoda (Yugui) + + * spec/default.mspec: follows changes in rubyspec project. + inherits configurations from ruby.1.9.mspec. + Thu Dec 4 22:13:55 2008 Tadayoshi Funaba * test/ruby/test_complex.rb: added some tests. diff --git a/spec/default.mspec b/spec/default.mspec index a018b4020c..402065b44e 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]