[DRE-commits] [SCM] ruby-eventmachine.git branch, master, updated. debian/0.12.10-3-8-g6baa984

Praveen Arimbrathodiyil praveen at debian.org
Fri Nov 23 17:13:37 UTC 2012


The following commit has been merged in the master branch:
commit ddbfbf5a841c2c1d5ee15e3ccea990f94f5096bd
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Nov 23 22:32:16 2012 +0530

    use wild cards for running tests

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 1bff01e..6560512 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,2 +1,2 @@
 $: << 'tests' 
-system("#{ENV['RUBY_TEST_BIN']} ./tests/test_*.rb") or raise
+Dir['{tests}/**/*.rb'].each { |f| require f }

-- 
ruby-eventmachine.git



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