Package: primer3 / 2.4.0-2

p3test_fix_exit_status.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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")