Commit 49cc3f40 authored by Dirk Wetter's avatar Dirk Wetter Committed by Rich Salz
Browse files

GH336: Return an exit code if report fails



Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(cherry picked from commit e36ce2d9)
parent a5e26349
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -199,3 +199,4 @@ while (<IN>) {
}
print "\nTest report in file $report\n";

die if $ok != 2;