mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-lang/tk: Now is failing if test do not pass
Bug: https://bugs.gentoo.org/971525 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -102,7 +102,8 @@ multilib_src_configure() {
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
CI=1 virtx emake test || die "Tests failed"
|
||||
CI=1 virtx emake test |& tee test.log || die "Tests failed"
|
||||
grep "Files with failing tests:" test.log && die "Test failed"
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
|
||||
@@ -98,7 +98,8 @@ multilib_src_configure() {
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
CI=1 virtx emake test || die "Tests failed"
|
||||
CI=1 virtx emake test |& tee test.log || die "Tests failed"
|
||||
grep "Files with failing tests:" test.log && die "Test failed"
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
|
||||
Reference in New Issue
Block a user