From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CA5E5138454 for ; Fri, 11 Sep 2015 07:53:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B9F121C026; Fri, 11 Sep 2015 07:53:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC8B2E0871 for ; Fri, 11 Sep 2015 07:53:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8835E340AB6 for ; Fri, 11 Sep 2015 07:53:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F1631FD for ; Fri, 11 Sep 2015 07:53:23 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1441957995.da3fa4f055caed48d99a235bfa8b79a8af09a6e1.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/elasticsearch-curator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/elasticsearch-curator/elasticsearch-curator-2.1.2.ebuild dev-python/elasticsearch-curator/elasticsearch-curator-3.0.0.ebuild dev-python/elasticsearch-curator/elasticsearch-curator-3.2.3.ebuild dev-python/elasticsearch-curator/elasticsearch-curator-3.3.0.ebuild X-VCS-Directories: dev-python/elasticsearch-curator/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: da3fa4f055caed48d99a235bfa8b79a8af09a6e1 X-VCS-Branch: master Date: Fri, 11 Sep 2015 07:53:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8552c025-3318-4934-9a4e-9f581af09cd0 X-Archives-Hash: fba1f6c41bcfb09cffd71927d1d3074c commit: da3fa4f055caed48d99a235bfa8b79a8af09a6e1 Author: Justin Lecher gentoo org> AuthorDate: Fri Sep 11 07:01:56 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 11 07:53:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3fa4f0 dev-python/elasticsearch-curator: Drop unncessary die Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/elasticsearch-curator/elasticsearch-curator-2.1.2.ebuild | 2 +- dev-python/elasticsearch-curator/elasticsearch-curator-3.0.0.ebuild | 2 +- dev-python/elasticsearch-curator/elasticsearch-curator-3.2.3.ebuild | 2 +- dev-python/elasticsearch-curator/elasticsearch-curator-3.3.0.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/elasticsearch-curator/elasticsearch-curator-2.1.2.ebuild b/dev-python/elasticsearch-curator/elasticsearch-curator-2.1.2.ebuild index 81749c8..7c31ccf 100644 --- a/dev-python/elasticsearch-curator/elasticsearch-curator-2.1.2.ebuild +++ b/dev-python/elasticsearch-curator/elasticsearch-curator-2.1.2.ebuild @@ -64,7 +64,7 @@ python_test() { done export TEST_ES_SERVER="localhost:${ES_PORT}" - esetup.py test || die "Tests failed on ${EPYTHON}" + esetup.py test pkill -F ${PID} } diff --git a/dev-python/elasticsearch-curator/elasticsearch-curator-3.0.0.ebuild b/dev-python/elasticsearch-curator/elasticsearch-curator-3.0.0.ebuild index 8fcfbd8..e60bb49 100644 --- a/dev-python/elasticsearch-curator/elasticsearch-curator-3.0.0.ebuild +++ b/dev-python/elasticsearch-curator/elasticsearch-curator-3.0.0.ebuild @@ -69,7 +69,7 @@ python_test() { done export TEST_ES_SERVER="localhost:${ES_PORT}" - esetup.py test || die "Tests failed on ${EPYTHON}" + esetup.py test pkill -F ${PID} } diff --git a/dev-python/elasticsearch-curator/elasticsearch-curator-3.2.3.ebuild b/dev-python/elasticsearch-curator/elasticsearch-curator-3.2.3.ebuild index 0300333..c32cbae 100644 --- a/dev-python/elasticsearch-curator/elasticsearch-curator-3.2.3.ebuild +++ b/dev-python/elasticsearch-curator/elasticsearch-curator-3.2.3.ebuild @@ -74,7 +74,7 @@ python_test() { done export TEST_ES_SERVER="localhost:${ES_PORT}" - esetup.py test || die "Tests failed on ${EPYTHON}" + esetup.py test pkill -F ${PID} } diff --git a/dev-python/elasticsearch-curator/elasticsearch-curator-3.3.0.ebuild b/dev-python/elasticsearch-curator/elasticsearch-curator-3.3.0.ebuild index 4c864fd..3516ab8 100644 --- a/dev-python/elasticsearch-curator/elasticsearch-curator-3.3.0.ebuild +++ b/dev-python/elasticsearch-curator/elasticsearch-curator-3.3.0.ebuild @@ -75,7 +75,7 @@ python_test() { done export TEST_ES_SERVER="localhost:${ES_PORT}" - esetup.py test || die "Tests failed on ${EPYTHON}" + esetup.py test pkill -F ${PID} }