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

Tyler Retzlaff roretzla at linux.microsoft.com
Thu Dec 14 18:03:49 CET 2023


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>


More information about the dev mailing list