[pkg-perl-tools] 01/04: examples/check-build: fix name of reprotest logfile.

gregor herrmann gregoa at debian.org
Fri Sep 29 16:04:23 UTC 2017


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 cc4f6dbfffcfabd0efa2067fb325adb73d514cbb
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Sep 29 17:46:37 2017 +0200

    examples/check-build: fix name of reprotest logfile.
---
 examples/check-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/check-build b/examples/check-build
index 5ce2331..c0b7272 100755
--- a/examples/check-build
+++ b/examples/check-build
@@ -85,7 +85,7 @@ echo
 
 read -n 1 -p "reprotest? y/N " REPRO
 if [ "$REPRO" = "y" ]; then
-	REPROTESTLOG="${CHANGES%.changes}_autopkgtest.log"
+	REPROTESTLOG="${CHANGES%.changes}_reprotest.log"
 	if [ -x /usr/bin/schroot ] && schroot -l | grep -q default; then
 		REPROTEST_VIRT_SERVER=schroot
 		REPROTEST_VIRT_SERVER_ARGS=default

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