On Thu, Dec 14, 2023 at 6:04 PM Tyler Retzlaff <roret...@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.richard...@intel.com> > Acked-by: Tyler Retzlaff <roret...@linux.microsoft.com>
Applied, thanks. -- David Marchand