commit:     cdd9fdf8b17e722370f3b10daa5193ab1dd70625
Author:     Josiah Mullins <JoMull01 <AT> protonmail <DOT> com>
AuthorDate: Sat Jul 25 02:14:43 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  4 20:53:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd9fdf8

net-libs/tox: set tests to run with only one thread

It seems that the bug occurs from the tests being run
in parallel. This commit prevents that.

Closes: https://bugs.gentoo.org/730434

Signed-off-by: Josiah Mullins <JoMull01 <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/tox/tox-0.2.11.ebuild | 4 ++++
 net-libs/tox/tox-0.2.12.ebuild | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/net-libs/tox/tox-0.2.11.ebuild b/net-libs/tox/tox-0.2.11.ebuild
index bd541befcf1..d293d706786 100644
--- a/net-libs/tox/tox-0.2.11.ebuild
+++ b/net-libs/tox/tox-0.2.11.ebuild
@@ -80,6 +80,10 @@ src_configure() {
        cmake_src_configure
 }
 
+src_test() {
+       cmake_src_test -j1
+}
+
 src_install() {
        cmake_src_install
 

diff --git a/net-libs/tox/tox-0.2.12.ebuild b/net-libs/tox/tox-0.2.12.ebuild
index f6c830c2713..3723ccda4d6 100644
--- a/net-libs/tox/tox-0.2.12.ebuild
+++ b/net-libs/tox/tox-0.2.12.ebuild
@@ -80,6 +80,10 @@ src_configure() {
        cmake_src_configure
 }
 
+src_test() {
+       cmake_src_test -j1
+}
+
 src_install() {
        cmake_src_install
 

Reply via email to