Andreas Tille pushed to branch master at Debian Med / bamtools
Commits: d1681228 by Andreas Tille at 2021-04-15T21:27:14+02:00 Extend means to prevent timeouts from amd64 also to armhf and s390x - - - - - 54022a84 by Andreas Tille at 2021-04-15T21:28:43+02:00 Update changelog - - - - - 2 changed files: - debian/changelog - debian/tests/run-unit-test Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +bamtools (2.5.1+dfsg-9) unstable; urgency=medium + + [ Steffen Möller ] + * Update metadata - indent and ref to guix + + [ Andreas Tille ] + * Extend means to prevent timeouts from amd64 also to armhf and s390x + Closes: #987023 + + -- Andreas Tille <[email protected]> Thu, 15 Apr 2021 21:28:36 +0200 + bamtools (2.5.1+dfsg-8) unstable; urgency=medium * Exclude test that times out on arm64 ===================================== debian/tests/run-unit-test ===================================== @@ -23,13 +23,13 @@ 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) ARCH=$(dpkg --print-architecture) -if [ "$ARCH" != "ppc64el" -a "$ARCH" != "arm64" ] ; then +if [ "$ARCH" != "ppc64el" -a "$ARCH" != "arm64" -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 echo "The following test is known to fail on ppc64el architecture (see bug #933505)" else - echo "The following test is known to time out on arm64 architecture (see bug #953939)" + echo "The following test is known to time out on $ARCH architecture (see bug #953939)" fi echo "bamtools filter -script filter_script -in sam_spec_example.bam -out out.bam" fi View it on GitLab: https://salsa.debian.org/med-team/bamtools/-/compare/37913b3e5b1cc8cefd990698632d69f4d7e96fc3...54022a84bdccaa816c36541f01ba1196609b92a5 -- View it on GitLab: https://salsa.debian.org/med-team/bamtools/-/compare/37913b3e5b1cc8cefd990698632d69f4d7e96fc3...54022a84bdccaa816c36541f01ba1196609b92a5 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
