[Libosinfo] [osinfo-db PATCH] Only use pytest --log-level arg if it is supported
Fabiano Fidêncio
fidencio at redhat.com
Tue Mar 26 15:30:56 UTC 2019
On Tue, Mar 26, 2019 at 4:26 PM Daniel P. Berrangé <berrange at redhat.com> wrote:
>
> Older versions of pytest don't have the --log-level arg
>
> Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
> ---
> Makefile | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 254b7af..c63cb6e 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -34,6 +34,8 @@ ZANATA = zanata
>
> PYTHON = python3
>
> +PYTEST_LOG_LEVEL = $(shell $(PYTHON) -m pytest --help | grep log-level >/dev/null && echo "--log-level=info")
This seems the easiest path to take, indeed.
I'm fine with this but I'd also like to hear from Cole.
[snip]
Best Regards,
--
Fabiano Fidêncio
More information about the Libosinfo
mailing list