Conditionalize even tests.

epel9
Marcela Mašláňová 13 years ago
parent d65aa10e60
commit 402fcfcf59

@ -87,7 +87,11 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
%{_fixperms} %{buildroot}
%check
make test %{!?perl_bootstrap:RELEASE_TESTING=1}
%if 0%{!?perl_bootstrap:1} && 0%{?rhel} < 7
make test RELEASE_TESTING=1
%else
make test
%endif
%files
%doc Changes LICENSE README

Loading…
Cancel
Save