[med-svn] [Git][med-team/primer3][master] Fix upstream test to show correct exit status

Liubov Chuprikova gitlab at salsa.debian.org
Tue May 29 13:32:27 BST 2018


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 <chuprikovalv at 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
=====================================
--- 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180529/24e9fd22/attachment.html>


More information about the debian-med-commit mailing list