GH336: Return an exit code if report fails
Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit e36ce2d986
)
This commit is contained in:
parent
895c1b79dd
commit
519bd50134
1 changed files with 1 additions and 0 deletions
|
@ -199,3 +199,4 @@ while (<IN>) {
|
||||||
}
|
}
|
||||||
print "\nTest report in file $report\n";
|
print "\nTest report in file $report\n";
|
||||||
|
|
||||||
|
die if $ok != 2;
|
||||||
|
|
Loading…
Reference in a new issue