From 85984f4ecab83fb47978d07f1746500cfe779e92675ca4c6084f0e353ff6c9fc Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 31 Aug 2020 10:41:37 +0000 Subject: [PATCH] - Do not run testsuite in parallel - its not reliable OBS-URL: https://build.opensuse.org/package/show/security:tls/mbedtls?expand=0&rev=16 --- mbedtls.changes | 5 +++++ mbedtls.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/mbedtls.changes b/mbedtls.changes index 7703121..8d38250 100644 --- a/mbedtls.changes +++ b/mbedtls.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 31 10:41:19 UTC 2020 - Martin Pluskal + +- Do not run testsuite in parallel - its not reliable + ------------------------------------------------------------------- Mon Aug 17 07:53:22 UTC 2020 - Dirk Mueller diff --git a/mbedtls.spec b/mbedtls.spec index 3feb728..39ca82f 100644 --- a/mbedtls.spec +++ b/mbedtls.spec @@ -109,8 +109,10 @@ sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' include/mbedtls/config.h %cmake_install %check -export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{_builddir}/%{name}-%{version}/build/library -%ctest +# parallel execution fails +# %%ctest +pushd build +%{_bindir}/ctest --output-on-failure --force-new-ctest-process -j1 %post -n %{lib_tls} -p /sbin/ldconfig %post -n %{lib_crypto} -p /sbin/ldconfig