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