[pkg-perl-tools] 01/01: examples/check-build: update autopkgtest section to support current sid with libvirt/QEMU.

Intrigeri intrigeri at moszumanska.debian.org
Wed Sep 20 16:06:48 UTC 2017


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 516f496aa8864c60d34d0c3ec5d983870f8ffdbb
Author: intrigeri <intrigeri at boum.org>
Date:   Wed Sep 20 16:04:36 2017 +0000

    examples/check-build: update autopkgtest section to support current sid with libvirt/QEMU.
    
    … while keeping compatibility with Stretch, and dropping another
    Jessie-area path.
---
 examples/check-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/check-build b/examples/check-build
index cdc59f7..e0a833e 100755
--- a/examples/check-build
+++ b/examples/check-build
@@ -106,7 +106,7 @@ if grep -q 'Testsuite: autopkgtest' debian/control; then
 		if [ -x /usr/bin/schroot ] && schroot -l | grep -q default; then
 			AUTOPKGTEST_VIRT_SERVER=schroot
 			AUTOPKGTEST_VIRT_SERVER_ARGS=default
-		elif [ -x /usr/bin/adt-virt-qemu -o -x /usr/share/autopkgtest/virt/qemu ] && \
+		elif [ -x /usr/bin/adt-virt-qemu -o -x /usr/bin/autopkgtest-virt-qemu ] && \
 			[ -e /var/lib/libvirt/images/adt.img ]; then
 			AUTOPKGTEST_VIRT_SERVER=qemu
 			AUTOPKGTEST_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