mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
net-libs/google-cloud-cpp: disable test broken under portage
ClogEnvironment fails (segfault) under portage sandbox, doesn't fail outside, unsure why. Most of other large test suite is fine, just disable this one for now. Bug: https://bugs.gentoo.org/906576 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/34408 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -52,5 +52,6 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_test() {
|
||||
cmake_src_test -LE "integration-test"
|
||||
# ClogEnvironment fails under portage sandbox, no fail outside
|
||||
cmake_src_test -LE "integration-test" -E common_log_test
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user