[DRE-commits] [ruby-rack] 02/05: run all tests instead of a subset of them

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Oct 17 12:53:03 UTC 2014


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

terceiro pushed a commit to branch master
in repository ruby-rack.

commit f5224f0192de77c2c5a34776340ef534639fd891
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Oct 17 09:39:42 2014 -0300

    run all tests instead of a subset of them
---
 debian/changelog       | 1 +
 debian/ruby-tests.rake | 2 +-
 debian/rules           | 4 ++++
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 043a8c3..fc5669c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 ruby-rack (1.5.2-3) UNRELEASED; urgency=medium
 
   * add myself to Uploaders:
+  * debian/ruby-tests.rake: run all tests instead of a subset of them
 
  -- Antonio Terceiro <terceiro at debian.org>  Fri, 17 Oct 2014 09:37:36 -0300
 
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 38ccd4e..350d87c 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -3,5 +3,5 @@ require 'rbconfig' unless defined? RbConfig
 ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
 
 task :default do
-  sh "#{ruby} /usr/bin/bacon -I./lib:./test -w -a -q -t '^(?!Rack::Adapter|Rack::Session::Memcache|Rack::Server|Rack::Handler)'"
+  sh "#{ruby} /usr/bin/bacon -I./test -w -a"
 end
diff --git a/debian/rules b/debian/rules
index 10264bc..6990df9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,7 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_clean:
+	dh_auto_clean
+	$(RM) test/cgi/lighttpd.errors

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



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