mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user