fix phpunit argument and FTBFS
This commit is contained in:
parent
dd5bd43370
commit
0cbba4a1ed
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# remirepo/fedora spec file for php-phpdocumentor-type-resolver1
|
||||
#
|
||||
# Copyright (c) 2017-2020 Remi Collet, Shawn Iwinski
|
||||
# Copyright (c) 2017-2021 Remi Collet, Shawn Iwinski
|
||||
#
|
||||
# License: MIT
|
||||
# http://opensource.org/licenses/MIT
|
||||
|
|
@ -140,6 +140,7 @@ for cmdarg in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do
|
|||
set $cmdarg
|
||||
$1 -d auto_prepend_file=$PWD/bootstrap.php \
|
||||
${2:-%{_bindir}/phpunit9} --verbose --no-coverage --bootstrap bootstrap.php \
|
||||
--testsuite=unit \
|
||||
|| RETURN_CODE=1
|
||||
fi
|
||||
done
|
||||
|
|
@ -161,6 +162,9 @@ exit $RETURN_CODE
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 29 2021 Remi Collet <remi@remirepo.net> - 1.4.0-2
|
||||
- fix phpunit argument and FTBFS
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue