[Pkg-libvirt-commits] [libvirt] 02/04: Disable test suite

Guido Guenther agx at moszumanska.debian.org
Fri Jul 1 09:30:10 UTC 2016


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

agx pushed a commit to branch debian/jessie-security
in repository libvirt.

commit ad12f2f0cc89e3da848f3ad3db9017cea50fc5aa
Author: Guido Günther <agx at sigxcpu.org>
Date:   Fri Jun 5 11:36:54 2015 +0200

    Disable test suite
    
    due to libxml2 bug #781232 in jessie
---
 debian/rules | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/debian/rules b/debian/rules
index ed80e8d..6812719 100755
--- a/debian/rules
+++ b/debian/rules
@@ -129,14 +129,7 @@ override_dh_auto_configure:
 	dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_ARGS)
 
 override_dh_auto_test:
-	export LD_PRELOAD="";     \
-	export VIR_TEST_DEBUG=1;  \
-	[ -n "$(MAKE_CHECK)" ] || exit 0; \
-	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; \
-	fi
+	# Disabled due to #781232
 
 override_dh_install:
 	dh_install

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