From 8a84e6d38f6fa1c4cb1d25e39c2631257bcf9fba12ea856fd399e3c65dcd105b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 2 Nov 2022 14:37:18 +0000 Subject: [PATCH] Make test run verbose OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docutils?expand=0&rev=75 --- python-docutils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-docutils.spec b/python-docutils.spec index 60fe587..47c2575 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -92,7 +92,7 @@ done %check %if %{with test} -%python_exec test/alltests.py +%python_exec test/alltests.py -v %endif %if !%{with test}