dev-tcltk/snack: Log test output

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
This commit is contained in:
Tupone Alfredo
2019-05-14 21:56:16 +02:00
parent 1396364bc7
commit 0c69f4ae9e

View 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() {