[Pkg-libvirt-commits] [libvirt] 01/02: autopkgtests: Exit early if we can't run lxc

Guido Guenther agx at moszumanska.debian.org
Thu Dec 15 17:22:10 UTC 2016


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

agx pushed a commit to branch debian/experimental
in repository libvirt.

commit bb22ba3d45b89f6bfcbb750ad817a1679ffaec71
Author: Guido Günther <agx at sigxcpu.org>
Date:   Thu Dec 15 18:18:01 2016 +0100

    autopkgtests: Exit early if we can't run lxc
    
    Thanks: Christian Ehrhardt
---
 debian/tests/smoke-lxc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/smoke-lxc b/debian/tests/smoke-lxc
index 0109705..7d07815 100755
--- a/debian/tests/smoke-lxc
+++ b/debian/tests/smoke-lxc
@@ -25,7 +25,7 @@ check_domain()
 
 trap cleanup EXIT
 
-virt-host-validate lxc
+virt-host-validate lxc || exit 0
 virsh capabilities
 virsh capabilities | grep -qs 'emulator>/usr/lib/libvirt/libvirt_lxc'
 virsh capabilities | grep -qs 'os_type>exe'

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



More information about the Pkg-libvirt-commits mailing list