Loading debian/patches/p3test_fix_exit_status.patch 0 → 100644 +15 −0 Original line number Diff line number Diff line Author: Liubov Chuprikova <chuprikovalv@gmail.com> 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 +1 −0 Original line number Diff line number Diff line hardening.patch primer_thermodynamic_parameters_path_2_etc.patch gcc-7.patch p3test_fix_exit_status.patch Loading
debian/patches/p3test_fix_exit_status.patch 0 → 100644 +15 −0 Original line number Diff line number Diff line Author: Liubov Chuprikova <chuprikovalv@gmail.com> 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 +1 −0 Original line number Diff line number Diff line hardening.patch primer_thermodynamic_parameters_path_2_etc.patch gcc-7.patch p3test_fix_exit_status.patch