[DRE-commits] [SCM] ruby-erubis.git branch, master, updated. debian/2.7.0-1-3-g0e0a7dd

Antonio Terceiro terceiro at debian.org
Mon Jun 25 22:54:14 UTC 2012


The following commit has been merged in the master branch:
commit 0e0a7dd9bb921efb5334be50f000127e5092d9ea
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Jun 25 19:47:44 2012 -0300

    Skip broken test suite

diff --git a/debian/changelog b/debian/changelog
index 01f8f6a..2543e13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
 ruby-erubis (2.7.0-2) unstable; urgency=low
 
   * Bump build dependency on gem2deb to >= 0.3.0~
-  * debian/rules: do not ignore test problems
+  * Skip broken test suite. Its results were being ignored anyway.
 
  -- Antonio Terceiro <terceiro at debian.org>  Mon, 25 Jun 2012 17:54:03 -0300
 
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
deleted file mode 100644
index 9b1285d..0000000
--- a/debian/ruby-tests.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require 'rbconfig'
-
-ENV['PATH'] = File.expand_path(File.join(File.dirname(__FILE__), 'ruby-erubis/usr/bin')) + ':' + ENV['PATH']
-ENV['RUBYLIB'] = (ENV['RUBYLIB'] ? ENV['RUBYLIB'] + ':' : '') + File.expand_path(File.join(File.dirname(__FILE__), 'ruby-erubis/usr/lib/ruby/vendor_ruby/'))
-
-ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
-exec(ruby, 'test/test.rb')

-- 
ruby-erubis.git



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