diff options
| author | Remi Collet <remi@remirepo.net> | 2017-05-22 09:50:04 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-05-22 09:50:04 +0200 | 
| commit | ae9c26572ea95a6a1a2f705bff2e12545e85759b (patch) | |
| tree | 9a6aa6f6ac52c84e83d3e61ff8a34945e8dc1ace | |
| parent | 5875780b9df1d7348d6ee83984fa7c5a4ff0f8ae (diff) | |
cleanup
| -rw-r--r-- | composer.spec | 4 | 
1 files changed, 0 insertions, 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  | 
