diff --git a/crypto/evp/evp_test.c b/crypto/evp/evp_test.c index 686ca7c5597fab52c2ddf0673a73a4c0f6dee0bd..83a9372bf55f758a0e2e2bb5a9425cb68fafde63 100644 --- a/crypto/evp/evp_test.c +++ b/crypto/evp/evp_test.c @@ -374,6 +374,8 @@ int main(int argc, char **argv) fprintf(stderr, "%d tests completed with %d errors\n", t.ntests, t.errors); fclose(in); + if (t.errors) + return 1; return 0; }