From b3355ce0ab9f001a829e43e25f4e906f49fe56b7 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Sep 06 2017 11:12:01 +0000 Subject: Run tests always The client runs agains a simulated server. --- diff --git a/perl-POE-Component-IRC.spec b/perl-POE-Component-IRC.spec index e9f047d..0bb3fc4 100644 --- a/perl-POE-Component-IRC.spec +++ b/perl-POE-Component-IRC.spec @@ -1,9 +1,3 @@ -# The tests for this perl dist. are disabled by default, as they -# require network access and would thus fail in the buildsys' mock -# environments. To build locally while enabling tests, either: -# -%bcond_with perl_POE_Component_IRC_enables_network_test - Name: perl-POE-Component-IRC Summary: A POE component for building IRC clients Version: 6.90 @@ -21,7 +15,6 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(strict) BuildRequires: perl(warnings) BuildRequires: sed -%if %{with perl_POE_Component_IRC_enables_network_test} # Run-time: BuildRequires: perl(base) BuildRequires: perl(Carp) @@ -67,7 +60,6 @@ BuildRequires: perl(Socket::GetAddrInfo) BuildRequires: perl(Test::Differences) >= 0.61 BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(vars) -%endif Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) Requires: perl(IRC::Utils) >= 0.12 Requires: perl(List::Util) >= 1.33 @@ -114,9 +106,7 @@ make pure_install DESTDIR=%{buildroot} %{_fixperms} %{buildroot}/* %check -%if %{with perl_POE_Component_IRC_enables_network_test} make test -%endif %files %license LICENSE