SHA256
1
0
forked from pool/tar

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

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