[DRE-commits] [gem2deb] 01/05: gem2deb/rake/testtask: make all test runs verbose by default
Antonio Terceiro
terceiro at moszumanska.debian.org
Tue Jul 21 23:43:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository gem2deb.
commit 27dab7630780426edce66fb8b319ae2d97a82f85
Author: Antonio Terceiro <terceiro at debian.org>
Date: Tue Jul 21 19:58:42 2015 -0300
gem2deb/rake/testtask: make all test runs verbose by default
---
debian/changelog | 2 ++
lib/gem2deb/rake/testtask.rb | 2 ++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 0ad92c5..829a281 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ gem2deb (0.20) UNRELEASED; urgency=medium
* gem2deb-test-runner: when checking dependencies, don't add
rubygems-integration paths from different Ruby versions to GEM_PATH.
+ * gem2deb/rake/testtask: Use options to make all test runs verbose by
+ default
-- Antonio Terceiro <terceiro at debian.org> Mon, 20 Jul 2015 23:12:27 -0300
diff --git a/lib/gem2deb/rake/testtask.rb b/lib/gem2deb/rake/testtask.rb
index 9b430de..81039e8 100644
--- a/lib/gem2deb/rake/testtask.rb
+++ b/lib/gem2deb/rake/testtask.rb
@@ -8,6 +8,8 @@ module Gem2Deb
end
def define
self.libs.reject! { |path| ['lib','ext'].include?(path) }
+ self.verbose = true
+ ENV['TESTOPTS'] = '-v'
super
end
end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gem2deb.git
More information about the Pkg-ruby-extras-commits
mailing list