Revert "clean old check"

This reverts commit 67fdb8237a.
This commit is contained in:
Remi Collet 2021-11-24 07:42:23 +01:00
parent 67fdb8237a
commit 500697108d

View File

@ -1130,6 +1130,9 @@ popd
%check %check
: Ensure proper NTS/ZTS build : Ensure proper NTS/ZTS build
$RPM_BUILD_ROOT%{_bindir}/php -n -v | grep NTS $RPM_BUILD_ROOT%{_bindir}/php -n -v | grep NTS
%if %{with zts}
$RPM_BUILD_ROOT%{_bindir}/zts-php -n -v | grep ZTS
%endif
%if %runselftest %if %runselftest
cd build-fpm cd build-fpm