Drop body of %check

This hasn't worked since at least CMake times, and mailing results to a
former maintainer just makes no sense.
This commit is contained in:
Petr Machata 2012-08-08 02:54:39 +02:00
parent 216eea2217
commit 9053e61361
1 changed files with 1 additions and 22 deletions

View File

@ -562,28 +562,7 @@ echo ============================= build Boost.Build ==================
./bootstrap.sh --with-toolset=gcc)
%check
%if %{with tests}
cd build
if [ -f testing.log ]; then
echo "" >> testing.log
echo `date` >> testing.log
echo "" >> testing.log
echo `uname -a` >> testing.log
echo "" >> testing.log
echo `g++ --version` >> testing.log
echo "" >> testing.log
testdate=`date +%Y%m%d`
testarch=`uname -m`
email=benjamin.kosnik@gmail.com
bzip2 -f testing.log
echo "sending results starting"
echo | mutt -s "$testdate boost test $testarch" -a testing.log.bz2 $email
echo "sending results finished"
else
echo "error with results"
fi
cd %{_builddir}/%{toplev_dirname}
%endif
:
%install