[packages/python-gevent] known tests renamed to .py upstream

glen glen at pld-linux.org
Sat May 30 16:43:24 CEST 2015


commit 4c3c966aa88bf41b661e4700dff6f131d0935463
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat May 30 17:35:59 2015 +0300

    known tests renamed to .py upstream

 python-gevent.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-gevent.spec b/python-gevent.spec
index c6e492b..b116164 100644
--- a/python-gevent.spec
+++ b/python-gevent.spec
@@ -55,7 +55,7 @@ Features include:
 %prep
 %setup -q -n %{module}-%{version}
 %if %{with tests}
-cat known_failures.txt %{SOURCE1} > known_failures-merged.txt
+cat known_failures.py %{SOURCE1} > known_failures-merged.py
 %endif
 
 %build
@@ -71,7 +71,7 @@ CFLAGS="%{rpmcflags}" \
 
 %if %{with tests}
 cd greentest
-PYTHONPATH=.. python testrunner.py --expected ../known_failures-merged.txt
+PYTHONPATH=.. python testrunner.py --config ../known_failures-merged.py
 cd ..
 %endif
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-gevent.git/commitdiff/2fed4eba0b6a90d9681b3b3bb7978dbf2dee910d



More information about the pld-cvs-commit mailing list