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:
Dirk Wetter 2015-07-31 13:02:51 -04:00 committed by Rich Salz
parent a5e26349f7
commit 49cc3f4038

View File

@ -199,3 +199,4 @@ while (<IN>) {
}
print "\nTest report in file $report\n";
die if $ok != 2;