[Pkg-libvirt-commits] [Git][libvirt-team/virt-manager][debian/sid] Run the test suite with LANG=C
Pino Toscano
gitlab at salsa.debian.org
Mon Nov 23 08:37:44 GMT 2020
Pino Toscano pushed to branch debian/sid at Libvirt Packaging Team / virt-manager
Commits:
de1ccbd9 by Pino Toscano at 2020-11-23T09:36:52+01:00
Run the test suite with LANG=C
It tries to match error messages from libvirt, so it cannot work with
non-English locales.
Gbp-Dch: Short
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -7,7 +7,7 @@ override_dh_python3:
dh_python3 usr/share/virt-manager
override_dh_auto_test:
- pytest-3 -v -rs
+ LANG=C pytest-3 -v -rs
override_dh_auto_install:
python3 setup.py --no-update-icon-cache --no-compile-schemas install --force --root=debian/tmp --no-compile -O0
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-manager/-/commit/de1ccbd94a405c525dc0924f5e09c0ed414bd306
--
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-manager/-/commit/de1ccbd94a405c525dc0924f5e09c0ed414bd306
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/20201123/3a1fbd0c/attachment.html>
More information about the Pkg-libvirt-commits
mailing list