diff --git a/python-extract-msg.changes b/python-extract-msg.changes index a9f3ba5..289c30a 100644 --- a/python-extract-msg.changes +++ b/python-extract-msg.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 23 17:11:20 UTC 2024 - Matej Cepl + +- Make running the test suite verbose. + ------------------------------------------------------------------- Wed Oct 23 11:50:05 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-extract-msg.spec b/python-extract-msg.spec index a7c0ac8..7f043f8 100644 --- a/python-extract-msg.spec +++ b/python-extract-msg.spec @@ -67,7 +67,7 @@ sed -i '/\#\!\/usr\/bin\/env python3/d' extract_msg/__init__.py %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pyunittest tests.py +%pyunittest -v tests.py %post %python_install_alternative extract_msg