[DRE-commits] [ruby-gsl] 01/05: exclude some tests
    Cédric Boutillier 
    boutil at moszumanska.debian.org
       
    Mon Oct 31 07:30:16 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-gsl.
commit a2f41492d767e4266a626c8413d3d351b5b40c12
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Oct 31 08:10:41 2016 +0100
    exclude some tests
---
 debian/ruby-tests.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index de18cf1..93d5204 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -2,9 +2,10 @@ $LOAD_PATH << File.expand_path("lib/")
 $LOAD_PATH << File.expand_path("test/")
 
 EXPANDED_LOAD_PATH=$LOAD_PATH.map { |d| File.expand_path d }
+EXCLUDED_TESTS = Dir["test/gsl/nmatrix_tests/*.rb"]
 
 oldpath = Dir.getwd
-Dir["test/**/*.rb"].each do |f|
+(Dir["test/**/*.rb"] - EXCLUDED_TESTS).each do |f|
   puts "*** running #{f} ***"
   dir, filename = File.split f
   begin
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gsl.git
    
    
More information about the Pkg-ruby-extras-commits
mailing list