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 <intrig...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to