diff options
-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 |