diff options
| author | Remi Collet <remi@remirepo.net> | 2026-02-24 11:01:57 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-02-24 11:01:57 +0100 |
| commit | 025ca4b2c99c164532f1cfe46d9fbeb548191543 (patch) | |
| tree | ea1373fd97ed138d0cc4b47a14eccf08f47cd990 | |
| parent | 0e1f533fae6aafd7b1b19b2941311463389aa325 (diff) | |
fix check script
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-tecnickcom-tc-lib-pdf.spec b/php-tecnickcom-tc-lib-pdf.spec index 63b763c..81d4c3c 100644 --- a/php-tecnickcom-tc-lib-pdf.spec +++ b/php-tecnickcom-tc-lib-pdf.spec @@ -177,8 +177,8 @@ for cmdarg in php php82 "php83 %{_bindir}/phpunit12" "php84 %{_bindir}/phpunit13 if which $cmdarg; then set $cmdarg cp phpunit.xml.dist phpunit.xml - $1 ${2:-%{_bindir}/phpunit10} --migrate-configuration || : - $1 ${2:-%{_bindir}/phpunit10} \ + $1 ${2:-%{phpunit}} --migrate-configuration || : + $1 ${2:-%{phpunit}} \ --no-coverage --stderr || ret=1 fi done |
