diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-05 13:33:42 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-05 13:33:42 +0000 |
| commit | 1939e134ff8956986f2e82484b11eeba4d77e738 (patch) | |
| tree | 798c51ef26351f54e34cab81e03480633e18ab40 | |
| parent | fd9512af65aea6e8ef4d70c20db9497717940f0c (diff) | |
| download | ruby-1939e134ff8956986f2e82484b11eeba4d77e738.tar.gz ruby-1939e134ff8956986f2e82484b11eeba4d77e738.tar.xz ruby-1939e134ff8956986f2e82484b11eeba4d77e738.zip | |
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: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | spec/default.mspec | 9 |
2 files changed, 6 insertions, 8 deletions
@@ -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> * test/ruby/test_complex.rb: added some tests. 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] |
