[PATCH] app/test: prevent exiting after skipped test

David Marchand david.marchand at redhat.com
Thu Feb 1 11:34:09 CET 2024


On Thu, Dec 14, 2023 at 6:04 PM Tyler Retzlaff
<roretzla at linux.microsoft.com> wrote:
>
> On Thu, Dec 14, 2023 at 11:38:13AM +0000, Bruce Richardson wrote:
> > When processing a list of tests to run, the loop termination condition
> > was a test returning a value != 0. This means that if one of a series of
> > tests was skipped, i.e. returned TEST_SKIPPED, the whole execution run
> > was stopped. Since a test being skipped is not an error condition, we
> > put in an explicit check for that to keep executing any remaining tests.
> >
> > Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> Acked-by: Tyler Retzlaff <roretzla at linux.microsoft.com>

Applied, thanks.


-- 
David Marchand



More information about the dev mailing list