[Pkg-libvirt-commits] [Git][libvirt-team/virt-manager][debian/sid] d/rules: respect "nocheck" in $DEB_BUILD_OPTIONS

Pino Toscano (@pino) gitlab at salsa.debian.org
Tue Jan 28 20:52:44 GMT 2025



Pino Toscano pushed to branch debian/sid at Libvirt Packaging Team / virt-manager


Commits:
c3646387 by Pino Toscano at 2025-01-28T21:46:43+01:00
d/rules: respect "nocheck" in $DEB_BUILD_OPTIONS

Since the dh_auto_test override does not call dh_auto_test, then
"nocheck" must be manually checked/used.

Gbp-Dch: Short

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -13,7 +13,9 @@ override_dh_python3:
 	dh_python3 usr/share/virt-manager
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	pytest-3 -v -rs
+endif
 
 override_dh_installdocs:
 	dh_installdocs --all NEWS.md



View it on GitLab: https://salsa.debian.org/libvirt-team/virt-manager/-/commit/c3646387bc2b9d928638ba93b8b27df18d8207a1

-- 
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-manager/-/commit/c3646387bc2b9d928638ba93b8b27df18d8207a1
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/20250128/d683a444/attachment.htm>


More information about the Pkg-libvirt-commits mailing list