The branch OpenSSL_1_0_1-stable has been updated
       via  556803fc3d0c3a957056665d0eef1c6c80cf556e (commit)
      from  1a9a506cfbb3a57215dae72aadab8943b977bcf7 (commit)


- Log -----------------------------------------------------------------
commit 556803fc3d0c3a957056665d0eef1c6c80cf556e
Author: Dirk Wetter <d...@testssl.sh>
Date:   Fri Jul 31 13:02:51 2015 -0400

    GH336: Return an exit code if report fails
    
    Reviewed-by: Richard Levitte <levi...@openssl.org>
    (cherry picked from commit e36ce2d986a5edbd33d6d176fb95c8046fae9725)

-----------------------------------------------------------------------

Summary of changes:
 util/selftest.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util/selftest.pl b/util/selftest.pl
index 7b32e9f..59842ef 100644
--- a/util/selftest.pl
+++ b/util/selftest.pl
@@ -199,3 +199,4 @@ while (<IN>) {
 }
 print "\nTest report in file $report\n";
 
+die if $ok != 2;
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to