[med-svn] [Git][med-team/sibelia][master] Do not do tests in parallel
Andreas Tille
gitlab at salsa.debian.org
Thu Mar 26 06:57:59 GMT 2020
Andreas Tille pushed to branch master at Debian Med / sibelia
Commits:
1166dcc5 by Andreas Tille at 2020-03-26T07:47:10+01:00
Do not do tests in parallel
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -22,3 +22,8 @@ override_dh_installman:
# rm -rf debian/$(DEB_SOURCE)-annotate/usr/share/man/py/
mv debian/$(DEB_SOURCE)/usr/share/man/py/man1/C-Sibelia.1 debian/$(DEB_SOURCE)/usr/share/man/man1/C-Sibelia.py.1
rm -rf debian/$(DEB_SOURCE)/usr/share/man/py
+
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ dh_auto_test --no-parallel
+endif
View it on GitLab: https://salsa.debian.org/med-team/sibelia/-/commit/1166dcc536da782609fe32425a437d36823a454b
--
View it on GitLab: https://salsa.debian.org/med-team/sibelia/-/commit/1166dcc536da782609fe32425a437d36823a454b
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/debian-med-commit/attachments/20200326/64503725/attachment.html>
More information about the debian-med-commit
mailing list