[Pkg-libvirt-commits] [libvirt] 01/01: Run testsuite on arm architectures

Guido Guenther agx at moszumanska.debian.org
Fri Sep 16 12:47:25 UTC 2016


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

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

commit 439afb5bb29653dc357004ebbe8d90535fc6f194
Author: Riku Voipio <riku.voipio at linaro.org>
Date:   Fri Sep 16 11:45:14 2016 +0300

    Run testsuite on arm architectures
    
    Closes: #837995
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index cf50336..0885cd6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,11 +7,12 @@ DEB_BUILDUSER=$(shell dpkg-parsechangelog -SMaintainer)
 ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
   ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64))
     WITH_VBOX         = --with-vbox
-    MAKE_CHECK        = 1
+    FAIL_CHECK        = 1
   else
     WITH_VBOX         = --without-vbox
   endif
   ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64 armhf arm64))
+    MAKE_CHECK        = 1
     WITH_XEN          = --with-xen
     WITH_LIBXL        = --with-libxl
     XEN_ENABLED       = 1
@@ -154,7 +155,7 @@ override_dh_auto_test:
 	if ! dh_auto_test -O--builddirectory=$(DEB_BUILDDIR); then \
 	    cat ./debian/build/gnulib/tests/test-suite.log \
 	        ./debian/build/tests/test-suite.log; \
-	    exit 1; \
+	    [ -n "$(FAIL_CHECK)" ] || exit 1; \
 	fi
 
 override_dh_install-arch:

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