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
rm -rf $RPM_BUILD_ROOT
%check
export PYTHONPATH=./test
python test/alltests.py
#%check
#export PYTHONPATH=./test
#python test/alltests.py
%files
%defattr(-,root,root,-)