dev-tcltk/snack: Log test output
authorTupone Alfredo <tupone@gentoo.org>
Tue, 14 May 2019 19:56:16 +0000 (21:56 +0200)
committerTupone Alfredo <tupone@gentoo.org>
Tue, 14 May 2019 19:56:16 +0000 (21:56 +0200)
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

dev-tcltk/snack/snack-2.2.10-r8.ebuild

index 773eb22926a00fca823b851bff0a34a1b0c0b877..6d1db3f8e3083ca1be0e7b38f6c926b6ec884117 100644 (file)
@@ -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() {