- skip testsuite on qemu-linux-user

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=48
This commit is contained in:
Dirk Mueller 2016-06-28 15:31:03 +00:00 committed by Git OBS Bridge
parent 36f9dd2eff
commit d99d5f0b58
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 28 15:30:44 UTC 2016 - dmueller@suse.com
- skip testsuite on qemu-linux-user
-------------------------------------------------------------------
Fri Jun 17 12:41:46 UTC 2016 - adam.majer@suse.de

View File

@ -126,8 +126,10 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags}
find %{buildroot} -type f -name "*.la" -delete -print
%check
%if ! 0%{?qemu_user_space_build}
# Tests don't run well concurrently and some are flaky, hence 3x before fail
make check %{?_smp_mflags} || make check || make check || make check || (cat ./test-suite.log && false)
%endif
%post -n %{lib_name} -p /sbin/ldconfig