[med-svn] [Git][med-team/samtools][master] Allow tests to fail on mipsel due to lack of memory

Michael R. Crusoe gitlab at salsa.debian.org
Wed Dec 25 16:57:09 GMT 2019



Michael R. Crusoe pushed to branch master at Debian Med / samtools


Commits:
02eb5b73 by Michael R. Crusoe at 2019-12-25T16:16:00Z
Allow tests to fail on mipsel due to lack of memory

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+samtools (1.10-3) unstable; urgency=medium
+
+  * Team upload.
+  * Allow tests to fail on mipsel due to lack of memory
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com>  Wed, 25 Dec 2019 17:15:23 +0100
+
 samtools (1.10-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -30,8 +30,11 @@ override_dh_auto_build:
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	dh_auto_test -- \
-	  BGZIP=/usr/bin/bgzip
+ifeq (,$(filter $(DEB_HOST_ARCH),mipsel))
+	dh_auto_test -- BGZIP=/usr/bin/bgzip
+else
+	dh_auto_test -- BGZIP=/usr/bin/bgzip || true
+endif
 endif
 
 override_dh_auto_install:



View it on GitLab: https://salsa.debian.org/med-team/samtools/commit/02eb5b73e273b7be28ce557a10c051e8e56c9496

-- 
View it on GitLab: https://salsa.debian.org/med-team/samtools/commit/02eb5b73e273b7be28ce557a10c051e8e56c9496
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/20191225/3091765a/attachment-0001.html>


More information about the debian-med-commit mailing list