SHA256
1
0
forked from pool/mbedtls

- Do not run testsuite in parallel - its not reliable

OBS-URL: https://build.opensuse.org/package/show/security:tls/mbedtls?expand=0&rev=16
This commit is contained in:
Martin Pluskal 2020-08-31 10:41:37 +00:00 committed by Git OBS Bridge
parent ddd7fc109e
commit 85984f4eca
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 31 10:41:19 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- Do not run testsuite in parallel - its not reliable
-------------------------------------------------------------------
Mon Aug 17 07:53:22 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -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