summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-06 11:07:07 +0100
committerRemi Collet <remi@php.net>2022-01-06 11:07:07 +0100
commit6e48bc22b916d60734738a6a371bbcfdf2154245 (patch)
tree180484ab363ff48a7d22bf837ac775e674f17816
parent72130027e0c10cacffb10d63c510c18848e27652 (diff)
fix test suite
-rw-r--r--php-tecnickcom-tc-lib-barcode.spec3
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