GH336: Return an exit code if report fails
Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit e36ce2d986a5edbd33d6d176fb95c8046fae9725)
This commit is contained in:
parent
1a9a506cfb
commit
556803fc3d
@ -199,3 +199,4 @@ while (<IN>) {
|
||||
}
|
||||
print "\nTest report in file $report\n";
|
||||
|
||||
die if $ok != 2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user