From 99516c6c7e3945125b89a603901cf751e82b681f5bddab389a724c85f8ae7c2c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 27 Jul 2021 05:43:52 +0000 Subject: [PATCH] - Stupid me: it should be rm -rf test_output, not just rm -rf test (gh#Preston-Landers/concurrent-log-handler#38). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-concurrentloghandler?expand=0&rev=14 --- python-concurrentloghandler.changes | 6 ++++++ python-concurrentloghandler.spec | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-concurrentloghandler.changes b/python-concurrentloghandler.changes index f059de3..b7db92c 100644 --- a/python-concurrentloghandler.changes +++ b/python-concurrentloghandler.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 27 05:42:46 UTC 2021 - Matej Cepl + +- Stupid me: it should be rm -rf test_output, not just rm -rf + test (gh#Preston-Landers/concurrent-log-handler#38). + ------------------------------------------------------------------- Wed Mar 17 17:45:52 UTC 2021 - Matej Cepl diff --git a/python-concurrentloghandler.spec b/python-concurrentloghandler.spec index cd6295f..625d3ac 100644 --- a/python-concurrentloghandler.spec +++ b/python-concurrentloghandler.spec @@ -58,10 +58,9 @@ rm -rf %{buildroot}%{_usr}/{docs,tests} %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# Tests fail with Python 3.8, gh#Preston-Landers/concurrent-log-handler#38 %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib} -rm -rf test -$python stresstest.py || /bin/true +rm -rf test_output +$python stresstest.py } %files %{python_files}