[DRE-commits] [gem2deb] 03/03: Run tests in verbose mode during package build

Antonio Terceiro terceiro at alioth.debian.org
Thu Aug 8 20:45:13 UTC 2013


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

terceiro pushed a commit to branch master
in repository gem2deb.

commit b482cd95de77e70ef3fe3c80ca912de826565c18
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Aug 8 22:43:50 2013 +0200

    Run tests in verbose mode during package build
---
 debian/rules |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 094b8f0..041df26 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,8 @@
 override_dh_auto_build:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	# NO_PKG_MANGLE=1 is only useful on Ubuntu buildds, to disable pkgbinarymangler
-	NO_PKG_MANGLE=1 ruby1.9.1 -S rake test
-	NO_PKG_MANGLE=1 ruby2.0   -S rake test
+	NO_PKG_MANGLE=1 ruby1.9.1 -S rake test TESTOPTS=-v
+	NO_PKG_MANGLE=1 ruby2.0   -S rake test TESTOPTS=-v
 endif
 	mkdir -p man
 	for i in bin/*; do pod2man -c "" -r "" $$i > man/$$(basename $$i).1; done

-- 
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