From 0ce710c54a7317bb32ae0247f90cfd1080814cf8a4ef8a64282ff63a3132a949 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 16 Nov 2021 20:50:03 +0000 Subject: [PATCH] - Increase verbosity of running the test suite. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=29 --- python-reportlab.changes | 5 +++++ python-reportlab.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-reportlab.changes b/python-reportlab.changes index 08b3832..e1eb33d 100644 --- a/python-reportlab.changes +++ b/python-reportlab.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 16 20:49:55 UTC 2021 - Matej Cepl + +- Increase verbosity of running the test suite. + ------------------------------------------------------------------- Tue Nov 16 12:39:08 UTC 2021 - ecsos diff --git a/python-reportlab.spec b/python-reportlab.spec index 1bf8b2d..b3363e3 100644 --- a/python-reportlab.spec +++ b/python-reportlab.spec @@ -74,7 +74,7 @@ cp %{SOURCE1} . sed -i 's@http://www.reportlab.com/rsrc/@@' test_*.py ### %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} -$python runAll.py +$python runAll.py --verbosity=2 } %files %{python_files}