TEST: Modify testutil's run_tests to display NOSUBTEST cases individually
authorRichard Levitte <levitte@openssl.org>
Wed, 10 Mar 2021 10:32:45 +0000 (11:32 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 18 Apr 2021 08:10:23 +0000 (10:10 +0200)
commit6ee1ae32933e299a6a0a5a0e8b4a1c1a64da3492
tree8afdae0269400ead81434c5f0c7fe0e4f4ee71b5
parentebb3c82b9c7afc89986d56f794ec9d3ca3b6793f
TEST: Modify testutil's run_tests to display NOSUBTEST cases individually

When test cases were added with ADD_ALL_TESTS_NOSUBTEST(), all those
iteration verdicts were summarized as if it was one single case.  This
modification gets each iteration verdict displayed separately instead.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14498)
test/testutil/driver.c