Andreas Tille pushed to branch master at Debian Med / parsinsert
Commits: 0e3e82bd by Andreas Tille at 2019-12-04T19:44:56Z Run also comparison after the test command to verify correctness - - - - - 11913dcf by Andreas Tille at 2019-12-04T19:53:18Z Upload to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +parsinsert (1.04-6) unstable; urgency=medium + + * Run also comparison after the test command to verify correctness + + -- Andreas Tille <[email protected]> Wed, 04 Dec 2019 20:41:33 +0100 + parsinsert (1.04-5) unstable; urgency=medium * Run command from autopkgtest also as runtime-test to spot issues ===================================== debian/rules ===================================== @@ -20,7 +20,11 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) cd debian/tests/test_data && \ $(CURDIR)/parsinsert -d0 -c80 -n1 set1000.fasta -m lanemask.txt -x rdp.taxonomy \ -l set1000.log -o set1000.results -t core_rdp.ntree \ - -s core_rdp.fasta + -s core_rdp.fasta && \ + cmp -s right_results set1000.results || { \ + echo "incorrect result" ; \ + exit 1 ; \ + } endif # Note a manpage was generated using: View it on GitLab: https://salsa.debian.org/med-team/parsinsert/compare/39bb9a5ecc762b2c25770603a532bd8835356ee1...11913dcf1107ed33b221acfc4cc714cf8ceb706b -- View it on GitLab: https://salsa.debian.org/med-team/parsinsert/compare/39bb9a5ecc762b2c25770603a532bd8835356ee1...11913dcf1107ed33b221acfc4cc714cf8ceb706b 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
