Liubov Chuprikova pushed to branch master at Debian Med / primer3
Commits: 42a58704 by Liubov Chuprikova at 2018-05-29T14:28:33+02:00 Fix upstream test to show correct exit status - - - - - 2 changed files: - + debian/patches/p3test_fix_exit_status.patch - debian/patches/series Changes: ===================================== debian/patches/p3test_fix_exit_status.patch ===================================== --- /dev/null +++ b/debian/patches/p3test_fix_exit_status.patch @@ -0,0 +1,15 @@ +Author: Liubov Chuprikova <[email protected]> +Last-Update: Tue, 29 May 2018 14:15:17 CEST +Description: Fix test to show correct exit status + +--- a/test/p3test.pl ++++ b/test/p3test.pl +@@ -566,7 +566,7 @@ + + print $all_ok ? "Passed all tests - [OK]\n\n\n" : "At least one test failed - [FAILED]\n\n\n"; + +- exit 0 # $exit_stat; Change here, generally we want the testing to continue. ++ exit $exit_stat; + } + + # Usage: perldiff("filename1", "filename2") ===================================== debian/patches/series ===================================== --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ hardening.patch primer_thermodynamic_parameters_path_2_etc.patch gcc-7.patch +p3test_fix_exit_status.patch View it on GitLab: https://salsa.debian.org/med-team/primer3/commit/42a587049ffdec4eed301ef32400e7d03835a226 -- View it on GitLab: https://salsa.debian.org/med-team/primer3/commit/42a587049ffdec4eed301ef32400e7d03835a226 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
