[dpkg] 139/187: debian: Run autotest test suite in verbose mode

Reiner Herrmann reiner at reiner-h.de
Sun Nov 6 12:46:38 UTC 2016


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

deki-guest pushed a commit to branch master
in repository dpkg.

commit 703872d23958cf0a427f323026961b0dfbfdf99f
Author: Guillem Jover <guillem at debian.org>
Date:   Sun Oct 30 20:05:11 2016 +0100

    debian: Run autotest test suite in verbose mode
    
    The autotest machinery does not print any log when a test fails which is
    less than helpful when run on a build daemon.
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 8de6cf2..a522afa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -81,7 +81,8 @@ check: build
 	dh_testdir
 
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	cd build-tree && $(MAKE) VERBOSE=1 TEST_PARALLEL=$(NUMJOBS) check
+	cd build-tree && $(MAKE) VERBOSE=1 TESTSUITEFLAGS=--verbose \
+	                         TEST_PARALLEL=$(NUMJOBS) check
 endif
 
 # Install the package underneath debian/tmp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list