diff options
author | Remi Collet <remi@remirepo.net> | 2022-01-06 11:07:07 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-01-06 11:07:07 +0100 |
commit | 6e48bc22b916d60734738a6a371bbcfdf2154245 (patch) | |
tree | 180484ab363ff48a7d22bf837ac775e674f17816 | |
parent | 72130027e0c10cacffb10d63c510c18848e27652 (diff) |
fix test suite
-rw-r--r-- | php-tecnickcom-tc-lib-barcode.spec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index 3822d24..c8f5008 100644 --- a/php-tecnickcom-tc-lib-barcode.spec +++ b/php-tecnickcom-tc-lib-barcode.spec @@ -127,8 +127,7 @@ for cmdarg in "php %{phpunit}" php74 php80 php81; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} \ - --filter '^((?!(testGetSvg|testGetPng)).)*$' \ - --no-coverage --verbose || ret=1 + --no-coverage --stderr --verbose || ret=1 fi done exit $ret |