From 6e48bc22b916d60734738a6a371bbcfdf2154245 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Jan 2022 11:07:07 +0100 Subject: fix test suite --- php-tecnickcom-tc-lib-barcode.spec | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit