[libdist-zilla-perl] 01/04: Run tests with TEST_VERBOSE=0.

gregor herrmann gregoa at debian.org
Tue May 19 17:24:48 UTC 2015


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

gregoa pushed a commit to branch master
in repository libdist-zilla-perl.

commit 1011acf47b25e9395748c60e1dc2fe758ea18054
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue May 19 19:13:37 2015 +0200

    Run tests with TEST_VERBOSE=0.
    
    Verbose tests, as enabled in debhelper by now, still seem to break two tests
    (or "tests in tests").
    
    Closes: #785659
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a9565f1..44a02bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,4 +11,4 @@ override_dh_clean:
 
 override_dh_auto_test:
 	mkdir -p $(BUILDHOME)
-	HOME=$(BUILDHOME) dh_auto_test
+	HOME=$(BUILDHOME) dh_auto_test -- TEST_VERBOSE=0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-perl.git



More information about the Pkg-perl-cvs-commits mailing list