[boost] Drop body of %check

Petr Machata pmachata at fedoraproject.org
Wed Aug 8 00:55:13 UTC 2012


commit 9053e61361307483036ba8c39dae78ae0f3c2fc5
Author: Petr Machata <pmachata at redhat.com>
Date:   Wed Aug 8 02:54:39 2012 +0200

    Drop body of %check
    
    This hasn't worked since at least CMake times, and mailing results to a
    former maintainer just makes no sense.

 boost.spec |   23 +----------------------
 1 files changed, 1 insertions(+), 22 deletions(-)
---
diff --git a/boost.spec b/boost.spec
index 389d60e..c702ce6 100644
--- a/boost.spec
+++ b/boost.spec
@@ -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 at 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


More information about the scm-commits mailing list