[Pkg-zsh-commits] [zsh] 01/01: Set ZTST_verbose=1 to get more details about where exactly the test suite hangs

Axel Beckert abe at deuxchevaux.org
Mon Sep 29 17:07:27 UTC 2014


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

abe pushed a commit to branch debian
in repository zsh.

commit 79035529e0b585f29869ce8f0a164b659419a71a
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Sep 29 12:49:23 2014 +0200

    Set ZTST_verbose=1 to get more details about where exactly the test suite hangs
    
    Suggested by Bart Schaefer in #760061
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 10a3b09..7a2ea57 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,7 +53,7 @@ build: build-arch build-indep
 build-arch: configure-stamp
 	dh_auto_build -B obj --parallel
 	if dpkg-architecture -qDEB_BUILD_ARCH_OS | grep -qv hurd; then \
-		HOME="$(CURDIR)/obj/testhome" dh_auto_test -B obj --parallel; \
+		HOME="$(CURDIR)/obj/testhome" ZTST_verbose=1 dh_auto_test -B obj --parallel; \
 	fi
 	touch $@
 
@@ -64,7 +64,7 @@ build-indep: configure-stamp
 build-static: configure-static-stamp
 	dh_testdir
 	dh_auto_build -B obj-static --parallel
-	HOME="$(CURDIR)/obj-static/testhome" dh_auto_test -B obj-static --parallel || true
+	HOME="$(CURDIR)/obj-static/testhome" ZTST_verbose=1 dh_auto_test -B obj-static --parallel || true
 	touch $@
 
 build-debug: DEB_BUILD_OPTIONS+=debug

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list