[DRE-commits] [ruby-gsl] 07/08: do not exclude histo_test.rb test anymore

Cédric Boutillier boutil at moszumanska.debian.org
Mon Feb 29 14:39:07 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 3a268a2eb055513763b8cf310be431a6e687ce62
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Feb 29 15:14:09 2016 +0100

    do not exclude histo_test.rb test anymore
---
 debian/ruby-tests.rb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index d8e8761..de18cf1 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -2,11 +2,9 @@ $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=["test/gsl/histo_test.rb"
-               ]
 
 oldpath = Dir.getwd
-(Dir["test/**/*.rb"]-EXCLUDED_TESTS).each do |f|
+Dir["test/**/*.rb"].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