[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Sat Aug 1 18:32:40 UTC 2015
The branch master has been updated
via e36ce2d986a5edbd33d6d176fb95c8046fae9725 (commit)
from 34750dc25d74e3db4c1ba43cd219d3f4825e4c65 (commit)
- Log -----------------------------------------------------------------
commit e36ce2d986a5edbd33d6d176fb95c8046fae9725
Author: Dirk Wetter <dirk at testssl.sh>
Date: Fri Jul 31 13:02:51 2015 -0400
GH336: Return an exit code if report fails
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
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;
More information about the openssl-commits
mailing list