Nilesh Patra pushed to branch master at Debian Med / hyphy
Commits: 36bab55e by Nilesh Patra at 2020-10-31T23:42:05+05:30 Remove failing tests on 32-bit archs - - - - - d01dc293 by Nilesh Patra at 2020-10-31T23:43:35+05:30 Update changelog - - - - - 2 changed files: - debian/changelog - debian/tests/run-unit-tests Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +hyphy (2.5.21+dfsg-2) unstable; urgency=medium + + * Team Upload. + * Remove failing tests on 32-bit archs + + -- Nilesh Patra <[email protected]> Sat, 31 Oct 2020 23:42:17 +0530 + hyphy (2.5.21+dfsg-1) unstable; urgency=medium * Team upload. ===================================== debian/tests/run-unit-tests ===================================== @@ -20,6 +20,12 @@ rm -f ReplicateConstraint3.bf F81K81uf_relratio.bf definitions.bf definitions+ML # Check why tests are failing rm -f MolecularClockHKY85.bf MolecularClockF81.bf RelativeRatePBS.bf ParametricBootstrap.bf +# Remove failing tests on 32-bit architectures +if [ $(dpkg-architecture -qDEB_BUILD_ARCH_BITS) = 32 ] +then + rm -f aa.bf definitions3.bf ExonIntron.bf +fi + # Just for debugging set -x View it on GitLab: https://salsa.debian.org/med-team/hyphy/-/compare/9c3da4b07207cd4d68b55e2bd8d957c7bc5f0e7b...d01dc293375e71877b3dfbe6abb8184d3b76d66c -- View it on GitLab: https://salsa.debian.org/med-team/hyphy/-/compare/9c3da4b07207cd4d68b55e2bd8d957c7bc5f0e7b...d01dc293375e71877b3dfbe6abb8184d3b76d66c 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
