[med-svn] [Git][med-team/bamtools][master] 2 commits: Reduce number of tests also for armel
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Dec 2 12:54:11 GMT 2022
Andreas Tille pushed to branch master at Debian Med / bamtools
Commits:
e4feebc4 by Andreas Tille at 2022-12-02T13:51:10+01:00
Reduce number of tests also for armel
- - - - -
1bc2597b by Andreas Tille at 2022-12-02T13:53:46+01:00
routine-update: Ready to upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+bamtools (2.5.2+dfsg-3) unstable; urgency=medium
+
+ * Reduce number of tests also for armel
+ Closes: #992143
+
+ -- Andreas Tille <tille at debian.org> Fri, 02 Dec 2022 13:52:00 +0100
+
bamtools (2.5.2+dfsg-2) unstable; urgency=medium
* Do not try to move Doxyfile.bak which does not exist any more in doxygen
=====================================
debian/tests/run-unit-test
=====================================
@@ -22,8 +22,9 @@ bamtools count -in sam_spec_example.bam
bamtools coverage -in sam_spec_example.bam -out out
# This test fails on ppc64el for whatever reason and is for the moment (see bug #933505)
+# The test is also problematic for armel (see bug #992143)
ARCH=$(dpkg --print-architecture)
-if [ "$ARCH" != "ppc64el" -a "$ARCH" != "arm64" -a "$ARCH" != "armhf" -a "$ARCH" != "s390x" ] ; then
+if [ "$ARCH" != "ppc64el" -a "$ARCH" != "arm64" -a "$ARCH" != "armel"-a "$ARCH" != "armhf" -a "$ARCH" != "s390x" ] ; then
bamtools filter -script filter_script -in sam_spec_example.bam -out out.bam
else
if [ "$ARCH" = "ppc64el" ] ; then
View it on GitLab: https://salsa.debian.org/med-team/bamtools/-/compare/30aafd7e84d71b3c8ddbe232e20b513aea32f11e...1bc2597b6daadabf5f72ba39e106124a0ff5a0a8
--
View it on GitLab: https://salsa.debian.org/med-team/bamtools/-/compare/30aafd7e84d71b3c8ddbe232e20b513aea32f11e...1bc2597b6daadabf5f72ba39e106124a0ff5a0a8
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/20221202/4242a583/attachment-0001.htm>
More information about the debian-med-commit
mailing list