Do not run optional test on RHEL

This commit is contained in:
Jitka Plesnikova 2018-04-06 14:43:47 +02:00
parent 79cb06afb8
commit 3e2bcd86da

View File

@ -1,7 +1,12 @@
%if ! (0%{?rhel})
# Run extra test # Run extra test
%bcond_without perl_Test_Fatal_enables_extra_test %bcond_without perl_Test_Fatal_enables_extra_test
# Run optional test # Run optional test
%bcond_without perl_Test_Fatal_enables_optional_test %bcond_without perl_Test_Fatal_enables_optional_test
%else
%bcond_with perl_Test_Fatal_enables_extra_test
%bcond_with perl_Test_Fatal_enables_optional_test
%endif
Summary: Incredibly simple helpers for testing code with exceptions Summary: Incredibly simple helpers for testing code with exceptions
Name: perl-Test-Fatal Name: perl-Test-Fatal