j
k
j a
j l
On Wed, 6 Apr 2022 at 23:05, Zebediah Figura zfigura@codeweavers.com wrote:
case STATE_REQUIRE: if (runner->ops->check_requirements && !runner->ops->check_requirements(runner)) goto out; break;
case STATE_REQUIRE:
if (runner->ops->check_requirements && !runner->ops->check_requirements(runner))
goto out;
break;
Should we log a message when we skip a test?
Back to the thread
Back to the list