[DRE-commits] [SCM] ruby-ferret.git branch, master, updated. 8952f9afee0619572864f1286c02cec4d8fa8569

Antonio Terceiro terceiro at softwarelivre.org
Thu Jul 28 08:47:06 UTC 2011


The following commit has been merged in the master branch:
commit 5f51113a146f23946bc45fca5df919ba75fa0730
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Thu Jul 28 00:55:04 2011 -0700

    test_files is write-only

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 485b50f..c7ea259 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -2,7 +2,6 @@ require 'gem2deb/rake/testtask'
 
 Gem2Deb::Rake::TestTask.new do |t|
   t.libs << 'test/unit'
-  t.test_files = Dir.glob('test/unit/t[cs]_*.rb')
-  t.test_files << 'debian/test.rb'
+  t.test_files = Dir.glob('test/unit/t[cs]_*.rb') + ['debian/test.rb']
   t.verbose = true
 end

-- 
ruby-ferret.git



More information about the Pkg-ruby-extras-commits mailing list