Commit cb30e46b authored by Matt Caswell's avatar Matt Caswell
Browse files

Really fail if we have a test failure



Commit c5f7a996 broke the test framework such that some tests might
fail, but the test framework still gives a PASS result overall.

Reviewed-by: default avatarPaul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9056)
parent 41525ed6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -353,6 +353,8 @@ int run_tests(const char *test_prog_name)
            verdict = all_tests[i].test_fn();
            test_verdict(verdict, "%d - %s", ii + 1, test_title);
            finalize(verdict != 0);
            if (verdict == 0)
                num_failed++;
        } else {
            int num_failed_inner = 0;