Commit 42a58704 authored by Liubov Chuprikova's avatar Liubov Chuprikova
Browse files

Fix upstream test to show correct exit status

parent 26d7d5fe
Loading
Loading
Loading
Loading
+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")
+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