- allow verbose perl tests

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=672
This commit is contained in:
Petr Gajdos 2023-09-29 13:19:50 +00:00 committed by Git OBS Bridge
parent a3da5f5bf2
commit 2d4bbce7bf
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 29 13:19:30 UTC 2023 - pgajdos@suse.com
- allow verbose perl tests
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 29 10:52:03 UTC 2023 - pgajdos@suse.com Fri Sep 29 10:52:03 UTC 2023 - pgajdos@suse.com

View File

@ -29,6 +29,7 @@
%define libspec -%{maj}_Q%{quantum_depth}HDRI %define libspec -%{maj}_Q%{quantum_depth}HDRI
%define config_dir ImageMagick-7 %define config_dir ImageMagick-7
%define config_spec config-7 %define config_spec config-7
%define test_verbose 1
# bsc#1088463 # bsc#1088463
%define urw_base35_fonts 0 %define urw_base35_fonts 0
# do/don't pull djvulibre dependency # do/don't pull djvulibre dependency
@ -437,6 +438,9 @@ export MAGICK_CODER_MODULE_PATH=$PWD/coders/.libs
export MAGICK_CODER_FILTER_PATH=$PWD/filters/.libs export MAGICK_CODER_FILTER_PATH=$PWD/filters/.libs
export MAGICK_CONFIGURE_PATH=$PWD/config export MAGICK_CONFIGURE_PATH=$PWD/config
cd PerlMagick cd PerlMagick
%if %{test_verbose}
sed -i 's:TEST_VERBOSE=0:TEST_VERBOSE=1:' Makefile
%endif
%make_build test %make_build test
cd .. cd ..