fix bad condition
This commit is contained in:
parent
21bb79b8cd
commit
861a5ef043
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ done
|
|||
php --define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \
|
||||
%{_bindir}/phpunit \
|
||||
--bootstrap %{buildroot}%{_datadir}/php/MaxMind/Db/Reader/autoload.php \
|
||||
%if %{__isa_bits} < 64
|
||||
%if 0%{?__isa_bits} < 64
|
||||
--filter '^((?!(testDecoder)).)*$' \
|
||||
%endif
|
||||
--verbose || ret=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue