]> git.pld-linux.org Git - packages/python-gevent.git/commitdiff
known tests renamed to .py upstream
authorElan Ruusamäe <glen@delfi.ee>
Sat, 30 May 2015 14:35:59 +0000 (17:35 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 30 May 2015 14:35:59 +0000 (17:35 +0300)
python-gevent.spec

index c6e492bdc85f31acb6d6ab2137d666592b0c3941..b11616403fa675e4d93969745dd0dd8de8afb6e8 100644 (file)
@@ -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
 
This page took 0.069469 seconds and 4 git commands to generate.