summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-igbinary.spec8
1 files changed, 3 insertions, 5 deletions
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec
index cff8d29..3a7e755 100644
--- a/php-pecl-igbinary.spec
+++ b/php-pecl-igbinary.spec
@@ -8,7 +8,7 @@ Summary: Replacement for the standard PHP serializer
Name: php-pecl-igbinary
Version: 1.1.2
%if 0%{?gitver:1}
-Release: 0.3.git%{gitver}%{?dist}
+Release: 0.4.git%{gitver}%{?dist}
Source0: igbinary-igbinary-1.1.1-15-g3b8ab7e.tar.gz
%else
Release: 2%{?dist}
@@ -157,10 +157,8 @@ cd %{extname}-%{version}
# APC required for test 045
ln -s %{php_extdir}/apc.so modules/
-NO_INTERACTION=1 REPORT_EXIT_STATUS=1 \
-make test | tee rpmtests.log
-# https://bugs.php.net/60298
-# grep -q "FAILED TEST" rpmtests.log && exit 1
+NO_INTERACTION=1 REPORT_EXIT_STATUS=0 \
+make test
%clean