diff options
author | Thomas Bettler <thomas.bettler@gmail.com> | 2022-10-31 18:21:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-31 17:43:19 +0000 |
commit | b61662bc78331635d192d0aa3f809508fe6745fc (patch) | |
tree | c2bad950cc768e0cd93d04b3f154d41c36c4b419 /sci-libs/pdal | |
parent | app-editors/levee: version bump to 4.0, fix clang16 build (diff) | |
download | gentoo-b61662bc78331635d192d0aa3f809508fe6745fc.tar.gz gentoo-b61662bc78331635d192d0aa3f809508fe6745fc.tar.bz2 gentoo-b61662bc78331635d192d0aa3f809508fe6745fc.zip |
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@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/pdal')
-rw-r--r-- | sci-libs/pdal/pdal-2.4.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |