Do not run optional test on RHEL
This commit is contained in:
parent
f877fc0931
commit
ba378f82a4
@ -1,7 +1,11 @@
|
|||||||
# Run time expensive tests
|
# Run time expensive tests
|
||||||
%bcond_without long_tests
|
%bcond_without long_tests
|
||||||
# Run optional test
|
# Run optional test
|
||||||
|
%if ! (0%{?rhel})
|
||||||
%bcond_without perl_IO_Compress_enables_optional_test
|
%bcond_without perl_IO_Compress_enables_optional_test
|
||||||
|
%else
|
||||||
|
%bcond_with perl_IO_Compress_enables_optional_test
|
||||||
|
%endif
|
||||||
|
|
||||||
%{?perl_default_filter}
|
%{?perl_default_filter}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user