call sqla_nose.py with correct interpreter

This commit is contained in:
Nils Philippsen 2011-06-06 18:33:05 +02:00
parent 0b3e7dadeb
commit 41e4f3fbfd

View File

@ -110,11 +110,11 @@ rm -rf doc/build
rm -rf %{buildroot}
%check
./sqla_nose.py
%{__python} ./sqla_nose.py
%if 0%{?with_python3}
pushd %{py3dir}
./sqla_nose.py
%{__python3} ./sqla_nose.py
popd
%endif