forked from pool/bluez
Accepting request 466165 from home:seife:testing
make testsuite run non-parallel (obs seems to have problems with parallel checks) and quiet OBS-URL: https://build.opensuse.org/request/show/466165 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=222
This commit is contained in:
parent
ad50aa6f77
commit
4f8e52670d
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 3 09:16:29 UTC 2017 - seife+obs@b1-systems.com
|
||||
|
||||
- make testsuite run non-parallel (obs seems to have problems with
|
||||
parallel checks) and quiet
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 1 21:22:42 UTC 2017 - seife+obs@b1-systems.com
|
||||
|
||||
|
@ -160,7 +160,9 @@ chmod 0644 *.py *.xml *.dtd
|
||||
|
||||
%check
|
||||
%if ! 0%{?qemu_user_space_build}
|
||||
make %{?_smp_mflags} check
|
||||
##make %%{?_smp_mflags} check
|
||||
# deliberately not running parallel, as OBS seems to create spurious failures otherwise
|
||||
make check V=0
|
||||
%endif
|
||||
|
||||
%pre
|
||||
|
Loading…
Reference in New Issue
Block a user