From ae9c26572ea95a6a1a2f705bff2e12545e85759b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 May 2017 09:50:04 +0200 Subject: cleanup --- composer.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/composer.spec b/composer.spec index 08a33f9..4d53f3b 100644 --- a/composer.spec +++ b/composer.spec @@ -237,10 +237,6 @@ for cmd in php php56 php70 php71 php72; do $cmd %{_bindir}/phpunit --include-path %{buildroot}%{_datadir}/php --verbose || ret=1 fi done -if which php71; then - php71 %{_bindir}/phpunit --include-path %{buildroot}%{_datadir}/php || ret=1 - run=1 -fi exit $ret %else : Test suite disabled -- cgit