From d8c586267af41b5aa66bed97f46c3ff8cbe2c14c518fa9f743305a78faf3b2ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 4 May 2020 10:44:19 +0000 Subject: [PATCH] - Do not be quiet on test run OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-transaction?expand=0&rev=39 --- python-transaction.changes | 5 +++++ python-transaction.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-transaction.changes b/python-transaction.changes index 4d48dfe..8648e87 100644 --- a/python-transaction.changes +++ b/python-transaction.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 4 10:44:06 UTC 2020 - Tomáš Chvátal + +- Do not be quiet on test run + ------------------------------------------------------------------- Wed Mar 11 10:23:03 UTC 2020 - pgajdos@suse.com diff --git a/python-transaction.spec b/python-transaction.spec index 7ca12f9..b9f2cd8 100644 --- a/python-transaction.spec +++ b/python-transaction.spec @@ -57,7 +57,7 @@ rm -rf transaction.egg-info %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py -q test +%python_exec setup.py test %files %{python_files} %license LICENSE.txt