This commit is contained in:
Remi Collet 2023-06-07 15:20:27 +02:00
commit 94b13214d2

View file

@ -88,12 +88,6 @@ cp -pr src %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}
mkdir vendor
%{_bindir}/phpab --output vendor/autoload.php tests process-%{symfony_version}
# remirepo:5
%if 0%{?rhel} == 7
: Ignore tests using git command: unknown option 'unsafe-paths' with old git
rm -r tests/Output/Integration
rm tests/Utils/UnifiedDiffAssertTraitIntegrationTest.php
%endif
: Run upstream test suite
ret=0
@ -110,8 +104,6 @@ exit $ret
%files
# remirepo:1
%{!?_licensedir:%global license %%doc}
%license LICENSE
%doc composer.json
%doc *.md