merges r20515 from trunk into ruby_1_9_1.

* 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/branches/ruby_1_9_1@20549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yugui 2008-12-05 13:33:42 +00:00
parent b6966e481b
commit 366bc6de98
2 changed files with 6 additions and 8 deletions

View file

@ -1,3 +1,8 @@
Thu Dec 4 23:02:13 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* spec/default.mspec: follows changes in rubyspec project.
inherits configurations from ruby.1.9.mspec.
Thu Dec 4 22:13:55 2008 Tadayoshi Funaba <tadf@dotrb.org> Thu Dec 4 22:13:55 2008 Tadayoshi Funaba <tadf@dotrb.org>
* test/ruby/test_complex.rb: added some tests. * test/ruby/test_complex.rb: added some tests.

View file

@ -1,12 +1,5 @@
load File.dirname(__FILE__) + '/rubyspec/ruby.1.9.mspec'
class MSpecScript 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__), '..')) builddir = File.expand_path(File.join(File.dirname(__FILE__), '..'))
srcdir = ENV['SRCDIR'] srcdir = ENV['SRCDIR']
srcdir ||= $1 if File.read("#{builddir}/Makefile")[/^\s*srcdir\s*=\s*(.+)/i] srcdir ||= $1 if File.read("#{builddir}/Makefile")[/^\s*srcdir\s*=\s*(.+)/i]