Disable testsuite for a scratchbuild.

This commit is contained in:
Toshio くらとみ 2007-10-18 22:42:27 +00:00
parent 425eaf04c5
commit 3cc7f56482

View File

@ -47,9 +47,9 @@ rm -rf doc/build
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%check #%check
export PYTHONPATH=./test #export PYTHONPATH=./test
python test/alltests.py #python test/alltests.py
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)