summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-01 13:10:50 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-01 13:10:50 +0100
commit1760a723a35665c2dce8eafe857f06fa52e65804 (patch)
tree226ecc529552d53d17da2eebc52010a19fac47ae
parentadd698883c4577f9f27e447d54867303cf0642fa (diff)
php-horde-Horde-Util: more test
-rw-r--r--php-horde-Horde-Util.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/php-horde-Horde-Util.spec b/php-horde-Horde-Util.spec
index e1e2eb1..c3dd71f 100644
--- a/php-horde-Horde-Util.spec
+++ b/php-horde-Horde-Util.spec
@@ -100,7 +100,7 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
%if %{with_tests}
export LANG=fr_FR.utf8
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-# remirepo:14
+# remirepo:18
%if 0%{?rhel} == 5
phpunit . || : Test suite result ignored
%else
@@ -110,6 +110,10 @@ if which php56; then
php56 %{_bindir}/phpunit . || ret=1
run=1
fi
+if which php70; then
+ php70 %{_bindir}/phpunit . || ret=1
+ run=1
+fi
if which php71; then
php71 %{_bindir}/phpunit . || ret=1
run=1