Sascha Steinbiss pushed to branch master at Debian Med / augustus
Commits: 5496e119 by Sascha Steinbiss at 2021-01-03T16:23:29+01:00 run tests without --compare - - - - - 21352fdf by Sascha Steinbiss at 2021-01-03T16:36:15+01:00 update d/changelog - - - - - 3 changed files: - debian/changelog - + debian/patches/disable-compare.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,10 @@ -augustus (3.4.0+dfsg2-2) UNRELEASED; urgency=medium +augustus (3.4.0+dfsg2-2) unstable; urgency=medium * Fix dversionmangle to allow for +dfsgX suffixes. + * Run tests without --compare. This hopefully fixes FTBFS due to different + results on different platforms, not matching the reference. - -- Sascha Steinbiss <[email protected]> Tue, 29 Dec 2020 01:45:47 +0100 + -- Sascha Steinbiss <[email protected]> Sun, 03 Jan 2021 16:10:48 +0100 augustus (3.4.0+dfsg2-1) unstable; urgency=medium ===================================== debian/patches/disable-compare.patch ===================================== @@ -0,0 +1,13 @@ +--- a/Makefile ++++ b/Makefile +@@ -42,8 +42,8 @@ + cd ..; tar -czf augustus-$(AUGVERSION).tar.gz augustus-$(AUGVERSION) + + test: +- cd tests/examples && ./testcases.py --compare --html +- tests/auxprogs/bam2wig/test_bam2wig.py --compare --html ++ cd tests/examples && ./testcases.py --html ++ tests/auxprogs/bam2wig/test_bam2wig.py --html + + unit_test: + cd src && ${MAKE} unittest ===================================== debian/patches/series ===================================== @@ -2,3 +2,4 @@ search_config_path set_installdir interpreter_paths.patch switch_cgp_testing_off.patch +disable-compare.patch View it on GitLab: https://salsa.debian.org/med-team/augustus/-/compare/501c80a8fe995c727f37b85fc0bae9bbab924d5f...21352fdf25a6616c43f53d1a3b68eb007adca965 -- View it on GitLab: https://salsa.debian.org/med-team/augustus/-/compare/501c80a8fe995c727f37b85fc0bae9bbab924d5f...21352fdf25a6616c43f53d1a3b68eb007adca965 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
