[med-svn] [Git][med-team/iitii][master] 3 commits: Ignore test errors
Andreas Tille
gitlab at salsa.debian.org
Tue Jun 9 21:55:43 BST 2020
Andreas Tille pushed to branch master at Debian Med / iitii
Commits:
c883f2a4 by Andreas Tille at 2020-06-09T22:52:52+02:00
Ignore test errors
- - - - -
87c69029 by Andreas Tille at 2020-06-09T22:53:16+02:00
Section: libdevel
- - - - -
db70c97f by Andreas Tille at 2020-06-09T22:55:16+02:00
DEP3
- - - - -
3 changed files:
- debian/control
- debian/patches/use_namespace_iitii_in_test.patch
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -31,6 +31,7 @@ Description: Implicit Interval Tree with Interpolation Index
Package: libiitii-dev
Architecture: all
+Section: libdevel
Depends: ${misc:Depends},
libips4o-dev,
libargs-dev,
=====================================
debian/patches/use_namespace_iitii_in_test.patch
=====================================
@@ -1,3 +1,7 @@
+Author: Aaron M. Ucko
+Last-Update: 2020-06-09 11:48:41 -0400
+Description: https://lists.debian.org/debian-med/2020/06/msg00077.html
+
--- a/test/util.h
+++ b/test/util.h
@@ -204,5 +204,5 @@ vector<variant> load_variants_parallel(c
=====================================
debian/rules
=====================================
@@ -17,5 +17,5 @@ override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
cp $(CURDIR)/debian/missing-sources/htslib/* test
cp $(CURDIR)/debian/missing-sources/ctpl/*.h test
- cd test && cmake . && make
+ cd test && cmake . && make || true
endif
View it on GitLab: https://salsa.debian.org/med-team/iitii/-/compare/01d1b1eb2d14360f584c7153f47acce41084891e...db70c97fd495310440ccd3e192eba25ad2099ac0
--
View it on GitLab: https://salsa.debian.org/med-team/iitii/-/compare/01d1b1eb2d14360f584c7153f47acce41084891e...db70c97fd495310440ccd3e192eba25ad2099ac0
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/20200609/ba19e74d/attachment.html>
More information about the debian-med-commit
mailing list