From 1760a723a35665c2dce8eafe857f06fa52e65804 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Feb 2017 13:10:50 +0100 Subject: php-horde-Horde-Util: more test --- php-horde-Horde-Util.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'php-horde-Horde-Util.spec') 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 -- cgit