[Pkg-zsh-commits] [zsh] 01/01: Add some debug output to see if some prompt variables are set

Axel Beckert abe at deuxchevaux.org
Wed May 6 22:51:50 UTC 2015


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

abe pushed a commit to branch examine-test-suite-failures
in repository zsh.

commit ea25a69bb00b731ee04caabc194cc995f3c663be
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu May 7 00:51:15 2015 +0200

    Add some debug output to see if some prompt variables are set
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index f6cf14d..58e4e12 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,6 +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 \
+		printenv; \
 		HOME="$(CURDIR)/obj/testhome" ZTST_verbose=1 dh_auto_test -B obj --parallel; \
 	fi
 	touch $@

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