[DRE-commits] [SCM] sup-mail.git branch, master, updated. debian/0.12.1-1-4-gcf7883a

Per Andersson avtobiff at gmail.com
Tue May 15 00:53:29 UTC 2012


The following commit has been merged in the master branch:
commit cf7883a324f4a1880889bad068aa6cf1f3c7b26d
Author: Per Andersson <avtobiff at gmail.com>
Date:   Tue May 15 02:39:04 2012 +0200

    Remove run of non-test file during build.

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 86996a5..731c9cd 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,2 +1,2 @@
 $: << 'lib' << 'test' << '.'
-Dir['test/*.rb'].each { |f| require f }
+Dir['test/test_*.rb'].each { |f| require f }

-- 
sup-mail.git



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