Fine with me;  I also tested it with net/toot without problems.

Thanks :)

On Mon, Mar 18, 2019 at 09:09:24PM -0400, Kurt Mosiejczuk wrote:
>  # setuptools supports regress testing from setup.py using a standard target
> -.  if !target(do-test) && ${MODPY_SETUPUTILS:L} == "yes"
> +.  if !target(do-test) && (${MODPY_SETUPUTILS:L} == "yes" || \
> +                             ${MODPY_PYTEST:L} == :yes")
Here I'd just break after the first condition.  Either ways, align with
spaces not tabs.

>  do-test:
>       @${MODPY_TEST_TARGET}
>  .  endif
> 

Reply via email to