commit:     b61662bc78331635d192d0aa3f809508fe6745fc
Author:     Thomas Bettler <thomas.bettler <AT> gmail <DOT> com>
AuthorDate: Mon Oct 31 17:21:59 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 17:43:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b61662bc

sci-libs/pdal: fix test interferences

Closes: https://github.com/gentoo/gentoo/pull/28054
Closes: https://bugs.gentoo.org/show_bug.cgi?id=878879
Signed-off-by: Thomas Bettler <thomas.bettler <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/pdal/pdal-2.4.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-libs/pdal/pdal-2.4.3.ebuild b/sci-libs/pdal/pdal-2.4.3.ebuild
index 12e0180b0b45..ff292e8a03dc 100644
--- a/sci-libs/pdal/pdal-2.4.3.ebuild
+++ b/sci-libs/pdal/pdal-2.4.3.ebuild
@@ -54,6 +54,7 @@ src_test() {
        local myctestargs=(
                --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)'
                --output-on-failure
+               -j1
        )
 
        cmake_src_test

Reply via email to