From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AE3C5138334 for ; Tue, 14 May 2019 19:56:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C167FE0894; Tue, 14 May 2019 19:56:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7A03E0894 for ; Tue, 14 May 2019 19:56:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BBF234443B for ; Tue, 14 May 2019 19:56:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5EE955B for ; Tue, 14 May 2019 19:56:36 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1557863776.0c69f4ae9efbdb9f2f5b52592d648f75b53c25d6.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/snack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/snack/snack-2.2.10-r8.ebuild X-VCS-Directories: dev-tcltk/snack/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 0c69f4ae9efbdb9f2f5b52592d648f75b53c25d6 X-VCS-Branch: master Date: Tue, 14 May 2019 19:56:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5f19371b-3149-4bbb-9a0c-d89744ba192a X-Archives-Hash: a62bb1ce92f51d9e0a6904dada1a6d84 commit: 0c69f4ae9efbdb9f2f5b52592d648f75b53c25d6 Author: Tupone Alfredo gentoo org> AuthorDate: Tue May 14 19:56:16 2019 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue May 14 19:56:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c69f4ae dev-tcltk/snack: Log test output Signed-off-by: Alfredo Tupone gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-tcltk/snack/snack-2.2.10-r8.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-tcltk/snack/snack-2.2.10-r8.ebuild b/dev-tcltk/snack/snack-2.2.10-r8.ebuild index 773eb22926a..6d1db3f8e30 100644 --- a/dev-tcltk/snack/snack-2.2.10-r8.ebuild +++ b/dev-tcltk/snack/snack-2.2.10-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -77,7 +77,8 @@ src_compile() { } src_test() { - TCLLIBPATH=${S} virtx default | grep FAILED && die + TCLLIBPATH=${S} virtx default | tee snack.testResult + grep -q FAILED snack.testResult && die } src_install() {