Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
src_test() {
- testsuite/testsuite.py | grep FAILED && die "Test failed"
+ testsuite/testsuite.py --show-error-output | tee testsuite.log
+ grep -q FAILED testsuite.log && die "Test failed"
}
src_install() {
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
src_test() {
- testsuite/testsuite.py --show-error-output misc | tee testsuite.log
+ testsuite/testsuite.py --show-error-output | tee testsuite.log
grep -q FAILED testsuite.log && die "Test failed"
}