- allow verbose perl tests
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=672
This commit is contained in:
parent
a3da5f5bf2
commit
2d4bbce7bf
@ -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
|
||||||
|
|
||||||
|
@ -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 ..
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user