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 E3039138206 for ; Sun, 1 May 2016 02:08:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5818721C002; Sun, 1 May 2016 02:08:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD9C521C002 for ; Sun, 1 May 2016 02:08:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0355833D3CD for ; Sun, 1 May 2016 02:08:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 432D1333 for ; Sun, 1 May 2016 02:08:12 +0000 (UTC) From: "Sam Jorna" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam Jorna" Message-ID: <1462068461.59340b79d5edb3e57198a4cfa3b8c529b479e2ae.wraeth@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bats/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bats/bats-0.4.0.ebuild X-VCS-Directories: dev-util/bats/ X-VCS-Committer: wraeth X-VCS-Committer-Name: Sam Jorna X-VCS-Revision: 59340b79d5edb3e57198a4cfa3b8c529b479e2ae X-VCS-Branch: master Date: Sun, 1 May 2016 02:08:12 +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: e928bfc7-d25c-4b13-b6ba-1a5dc0b9e029 X-Archives-Hash: ece8b518c7a5d518291c96675faaac47 commit: 59340b79d5edb3e57198a4cfa3b8c529b479e2ae Author: Sam Jorna gentoo org> AuthorDate: Sun May 1 02:07:32 2016 +0000 Commit: Sam Jorna gentoo org> CommitDate: Sun May 1 02:07:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59340b79 dev-util/bats: add missing die Reported-by: Gokturk Yuksek binghamton.edu> Package-Manager: portage-2.2.28 dev-util/bats/bats-0.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/bats/bats-0.4.0.ebuild b/dev-util/bats/bats-0.4.0.ebuild index 3fa4d97..538d12b 100644 --- a/dev-util/bats/bats-0.4.0.ebuild +++ b/dev-util/bats/bats-0.4.0.ebuild @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" src_test() { - bin/bats --tap test + bin/bats --tap test || die "Tests failed" } src_install() {