[pkg-perl-tools] 01/01: rename prompt to "autopkgtest" as well

gregor herrmann gregoa at debian.org
Sun Jun 26 13:24:02 UTC 2016


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

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit 81420ca5478cdcef41bdedb80db193db71a32890
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 26 15:23:36 2016 +0200

    rename prompt to "autopkgtest" as well
    
    Gbp-Dch: Ignore
---
 examples/check-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/check-build b/examples/check-build
index 3462dba..fee9d53 100755
--- a/examples/check-build
+++ b/examples/check-build
@@ -84,7 +84,7 @@ fi
 echo
 
 if grep -q 'Testsuite: autopkgtest' debian/control; then
-	read -n 1 -p "adt-run? y/N " AUTOPKGTEST
+	read -n 1 -p "autopkgtest? y/N " AUTOPKGTEST
 	if [ "$AUTOPKGTEST" = "y" ]; then
 		AUTOPKGTESTLOG="${CHANGES%.changes}_autopkgtest.log"
 		if [ -x /usr/bin/schroot ] && schroot -l | grep -q default; then

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



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