[Pkg-libvirt-commits] [Git][libvirt-team/virt-manager][debian/sid] 2 commits: Disable internal test suite

Guido Günther gitlab at salsa.debian.org
Sun Jan 13 12:47:52 GMT 2019


Guido Günther pushed to branch debian/sid at Libvirt Packaging Team / virt-manager


Commits:
eaa2d7de by Guido Günther at 2019-01-13T12:40:07Z
Disable internal test suite

The tests pass in pbuilder but not on the buildds. Let's disable it
until one has time to investigate.

Closes: #918557

- - - - -
761719da by Guido Günther at 2019-01-13T12:40:18Z
Document changes and release 1:2.0.0-2

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+virt-manager (1:2.0.0-2) unstable; urgency=medium
+
+  * Disable internal test suite.
+    The tests pass in pbuilder but not on the buildds. Let's disable it until
+    one has time to investigate. (Closes: #918557)
+
+ -- Guido Günther <agx at sigxcpu.org>  Sun, 13 Jan 2019 13:40:12 +0100
+
 virt-manager (1:2.0.0-1) unstable; urgency=medium
 
   * New upstream version 2.0.0 (Closes: #916904)


=====================================
debian/rules
=====================================
@@ -8,10 +8,10 @@ override_dh_python2:
 	dh_python3 -p virtinst usr/share/virt-manager
 
 override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ifneq (,$(filter check,$(DEB_BUILD_OPTIONS)))
 	python3 setup.py test
 else
-	@echo "Checks disabled via DEB_BUILD_OPTIONS"
+	@echo "Checks disabled atm"
 endif
 
 override_dh_auto_install:



View it on GitLab: https://salsa.debian.org/libvirt-team/virt-manager/compare/d8ba6d61c8a30905647df78f98c70dc7d2bca35e...761719da8b96026da1c563fc654643912e971827

-- 
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-manager/compare/d8ba6d61c8a30905647df78f98c70dc7d2bca35e...761719da8b96026da1c563fc654643912e971827
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20190113/fc5e376f/attachment-0001.html>


More information about the Pkg-libvirt-commits mailing list