[DRE-commits] [ruby-libxml] 08/10: drop useless loadpath modification in ruby-tests.rb

Cédric Boutillier boutil at moszumanska.debian.org
Sun Jun 21 07:52:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-libxml.

commit c613083ebbe6c3dd354570787d052503553cf5e1
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sun Jun 21 09:02:34 2015 +0200

    drop useless loadpath modification in ruby-tests.rb
---
 debian/ruby-tests.rb | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 434d411..cef4455 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,16 +1,3 @@
 #!/usr/bin/ruby
-### $LOAD_PATH << Dir.pwd + '/lib' << Dir.pwd + '/ext'
-instdir = 'debian/ruby-libxml'
-$LOAD_PATH.map {|path| '%s/%s/%s' % [Dir.pwd, instdir, path]}.
-  select {|path| File.exist?(path)}.
-  each {|path| $LOAD_PATH << path}
 
-#Dir.chdir('test')
-#Dir.open('.').select {|f| f=~/\.rb$/}.each do |f|
-#  begin
-#    require f
-#  rescue
-#    'Error loading test: %s' % f
-#  end
-#end
 require "test/test_suite.rb"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-libxml.git



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