[med-svn] [Git][med-team/pftools][master] Force sequential execution of tests
Andreas Tille
gitlab at salsa.debian.org
Thu Dec 17 15:19:33 GMT 2020
Andreas Tille pushed to branch master at Debian Med / pftools
Commits:
baf7d6bb by Andreas Tille at 2020-12-17T16:19:26+01:00
Force sequential execution of tests
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,5 @@
pftools (3.2.6-1) UNRELEASED; urgency=medium
- TODO: Build time test failure reported at
- https://github.com/sib-swiss/pftools3/issues/18
-
[ Nilesh Patra ]
* Fix gcc-10 FTBFS
@@ -18,6 +15,8 @@ pftools (3.2.6-1) UNRELEASED; urgency=medium
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Upstream switched to cmake
+ * Fix Perl interpreter in test scripts
+ * Force sequential execution of tests
-- Andreas Tille <tille at debian.org> Tue, 24 Nov 2020 21:17:21 +0100
=====================================
debian/rules
=====================================
@@ -30,7 +30,7 @@ override_dh_installexamples:
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- dh_auto_test
+ dh_auto_test --no-parallel
export PATH=$(CURDIR)/src/Fortran/:$(PATH) ; \
echo $${PATH} ; \
cd data ; \
View it on GitLab: https://salsa.debian.org/med-team/pftools/-/commit/baf7d6bb0dc9fbd36cf352b56545ff1cc399b605
--
View it on GitLab: https://salsa.debian.org/med-team/pftools/-/commit/baf7d6bb0dc9fbd36cf352b56545ff1cc399b605
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/20201217/ce03ce51/attachment.html>
More information about the debian-med-commit
mailing list