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} rm -rf %{buildroot}
%check %check
./sqla_nose.py %{__python} ./sqla_nose.py
%if 0%{?with_python3} %if 0%{?with_python3}
pushd %{py3dir} pushd %{py3dir}
./sqla_nose.py %{__python3} ./sqla_nose.py
popd popd
%endif %endif