Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pdal/
Date: Mon, 31 Oct 2022 17:43:45
Message-Id: 1667238199.b61662bc78331635d192d0aa3f809508fe6745fc.sam@gentoo
1 commit: b61662bc78331635d192d0aa3f809508fe6745fc
2 Author: Thomas Bettler <thomas.bettler <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 31 17:21:59 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 17:43:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b61662bc
7
8 sci-libs/pdal: fix test interferences
9
10 Closes: https://github.com/gentoo/gentoo/pull/28054
11 Closes: https://bugs.gentoo.org/show_bug.cgi?id=878879
12 Signed-off-by: Thomas Bettler <thomas.bettler <AT> gmail.com>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 sci-libs/pdal/pdal-2.4.3.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/sci-libs/pdal/pdal-2.4.3.ebuild b/sci-libs/pdal/pdal-2.4.3.ebuild
19 index 12e0180b0b45..ff292e8a03dc 100644
20 --- a/sci-libs/pdal/pdal-2.4.3.ebuild
21 +++ b/sci-libs/pdal/pdal-2.4.3.ebuild
22 @@ -54,6 +54,7 @@ src_test() {
23 local myctestargs=(
24 --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)'
25 --output-on-failure
26 + -j1
27 )
28
29 cmake_src_test