Skip to content

Commit

Permalink
dev-perl/Gearman-Client-Async: Enable tests
Browse files Browse the repository at this point in the history
- EAPI6
- Enable tests
- Disable broken tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
kentfredric committed Oct 24, 2017
1 parent 96b4772 commit f757b59
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=BRADFITZ
DIST_VERSION=0.94
inherit perl-module

DESCRIPTION="Asynchronous client module for Gearman for Danga::Socket applications"

SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"

RDEPEND=">=dev-perl/Gearman-1.07
>=dev-perl/Danga-Socket-1.57"
DEPEND="${RDEPEND}
test? ( dev-perl/Gearman-Server )
"

DIST_TEST="do"
src_test() {
local BADTESTS=(
# blocks forever
t/err1.t
# https://rt.cpan.org/Public/Bug/Display.html?id=87063
t/err3.t
)
perl_rm_files "${BADTESTS[@]}"
perl-module_src_test
}

0 comments on commit f757b59

Please sign in to comment.