[devscripts] 02/04: test_package_lifecycle: Ignore gpg → gpg2 conversion output

James McCoy jamessan at debian.org
Mon Aug 22 04:03:04 UTC 2016


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

jamessan pushed a commit to branch master
in repository devscripts.

commit 4e632527c5643c3aa4598b5c1cbf0ca5839f6563
Author: James McCoy <jamessan at debian.org>
Date:   Sun Aug 21 22:02:18 2016 -0400

    test_package_lifecycle: Ignore gpg → gpg2 conversion output
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 test/test_package_lifecycle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/test_package_lifecycle b/test/test_package_lifecycle
index 66b8b81..6f22629 100755
--- a/test/test_package_lifecycle
+++ b/test/test_package_lifecycle
@@ -103,6 +103,7 @@ runCommandOutCmpFile() {
 	sed -e "s/\`/'/g" | \
 	sed -e "s/^dpkg-buildpackage: info: /dpkg-buildpackage: /g" | \
 	sed -e "s/^dpkg-genchanges: info: /dpkg-genchanges: /g" | \
+	sed -e "/^gpg: /d" | \
 	sed -e's!^ -- Testophilus Testownik <tester at testity.org>.*! -- Testophilus Testownik <tester at testity.org>!' > ${stdoutF}
     retval=$?
 	eval "cmp ${stdoutF} ${exp_stdoutfile}" 3>&1 >/dev/null

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



More information about the devscripts-devel mailing list