This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libdevel-bt-perl.
commit 554fdd85c3df1f77f0bb6d93adbf91fc6873918f Author: gregor herrmann <[email protected]> Date: Thu Sep 4 14:22:32 2014 +0200 Make tests verbose for easier debugging. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 2d33f6a..2b59e0b 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,6 @@ %: dh $@ + +override_dh_auto_test: + dh_auto_test -- TEST_VERBOSE=1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-bt-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
