Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pdal/
Date: Mon, 31 Oct 2022 11:50:23
Message-Id: 1667217015.65056b58e4a35816e986cc9f8a4ed67d9cdc64be.juippis@gentoo
1 commit: 65056b58e4a35816e986cc9f8a4ed67d9cdc64be
2 Author: Thomas Bettler <thomas.bettler <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 27 17:25:47 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 11:50:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65056b58
7
8 sci-libs/pdal: skip failing tests
9
10 Closes: https://bugs.gentoo.org/878443
11 Closes: https://github.com/gentoo/gentoo/pull/27987
12 Signed-off-by: Thomas Bettler <thomas.bettler <AT> gmail.com>
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 sci-libs/pdal/pdal-2.4.0-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sci-libs/pdal/pdal-2.4.0-r1.ebuild b/sci-libs/pdal/pdal-2.4.0-r1.ebuild
19 index 4c4d9e8a35d3..2b693d855efd 100644
20 --- a/sci-libs/pdal/pdal-2.4.0-r1.ebuild
21 +++ b/sci-libs/pdal/pdal-2.4.0-r1.ebuild
22 @@ -48,7 +48,7 @@ src_configure() {
23
24 src_test() {
25 local myctestargs=(
26 - --exclude-regex '(pgpointcloudtest|pdal_io_bpf_base_test|pdal_io_bpf_zlib_test|pdal_filters_overlay_test|pdal_filters_stats_test|pdal_app_plugin_test|pdal_merge_test)'
27 + --exclude-regex '(pgpointcloudtest|pdal_io_bpf_base_test|pdal_io_bpf_zlib_test|pdal_filters_overlay_test|pdal_filters_stats_test|pdal_app_plugin_test|pdal_merge_test|pdal_filters_colorinterp_test|pdal_io_optech_test|pdal_utils_test)'
28 --output-on-failure
29 )