- disable testsuite on qemu build

OBS-URL: https://build.opensuse.org/package/show/Base:System/tar?expand=0&rev=29
This commit is contained in:
Dirk Mueller 2011-10-30 22:16:33 +00:00 committed by Git OBS Bridge
parent 1a0ddee82e
commit 248badcb0d
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

View File

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