SHA256
1
0
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:
Stefan Seyfried 2017-03-03 09:36:57 +00:00 committed by Git OBS Bridge
parent ad50aa6f77
commit 4f8e52670d
2 changed files with 9 additions and 1 deletions

View File

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

View File

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