SHA256
3
0
forked from pool/tar

Accepting request 89781 from Base:System

- disable testsuite on qemu build

OBS-URL: https://build.opensuse.org/request/show/89781
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tar?expand=0&rev=36
This commit is contained in:
Stephan Kulow 2011-11-02 11:19:33 +00:00 committed by Git OBS Bridge
commit 679e3a9b68
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Oct 30 23:16:20 CET 2011 - dmueller@suse.de
- disable testsuite on qemu build
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 5 11:38:57 UTC 2011 - sweet_f_a@gmx.de Wed Oct 5 11:38:57 UTC 2011 - sweet_f_a@gmx.de

View File

@ -74,7 +74,11 @@ export RSH="/usr/bin/rsh"
make %{?_smp_mflags}; make %{?_smp_mflags};
%check %check
%if !0%{?qemu_user_space_build:1}
# Checks disabled in qemu because of races happening when we emulate
# multi-threaded programs
make check make check
%endif
%install %install
%{?make_install} %{!?make_install:make install DESTDIR=%{buildroot}} %{?make_install} %{!?make_install:make install DESTDIR=%{buildroot}}