[pkg-perl-tools] 01/01: check-build: adjust to new location of the QEMU autopkgtest virtualization helper.

Intrigeri intrigeri at moszumanska.debian.org
Thu Jun 23 08:15:30 UTC 2016


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

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

commit 63e862f5778eaf54f39599aaa0c336d37714ca78
Author: intrigeri <intrigeri at boum.org>
Date:   Thu Jun 23 08:11:19 2016 +0000

    check-build: adjust to new location of the QEMU autopkgtest virtualization helper.
    
    This is needed with autopkgtest 4.0+.
---
 examples/check-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/check-build b/examples/check-build
index dd9550e..303482e 100755
--- a/examples/check-build
+++ b/examples/check-build
@@ -90,7 +90,7 @@ if grep -q 'Testsuite: autopkgtest' debian/control; then
 		if [ -x /usr/bin/schroot ] && schroot -l | grep -q default; then
 			ADT_VIRT_SERVER=schroot
 			ADT_VIRT_SERVER_ARGS=default
-		elif [ -x /usr/bin/adt-virt-qemu ] && \
+		elif [ -x /usr/share/autopkgtest/virt/qemu ] && \
 			[ -e /var/lib/libvirt/images/adt.img ]; then
 			ADT_VIRT_SERVER=adt-virt-qemu
 			ADT_VIRT_SERVER_ARGS=/var/lib/libvirt/images/adt.img

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