- disable testsuite. passes with chroot build but fails on server

side build

OBS-URL: https://build.opensuse.org/package/show/network:utilities/memcached?expand=0&rev=23
This commit is contained in:
Marcus Rückert 2014-06-16 17:14:18 +00:00 committed by Git OBS Bridge
parent a5bb2446ab
commit 13078cf225
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,8 @@
-------------------------------------------------------------------
Mon Jun 16 17:01:07 UTC 2014 - mrueckert@suse.de
- disable SKIP_TEST_101
- disable testsuite. passes with chroot build but fails on server
side build
-------------------------------------------------------------------
Mon Jun 16 16:27:47 UTC 2014 - mrueckert@suse.de

View File

@ -19,6 +19,8 @@
%if 0%{?suse_version} > 1210
%bcond_without systemd
%endif
# currently fails due to network setup
%bcond_with check
Name: memcached
Version: 1.4.20
@ -88,9 +90,10 @@ export LIBEVENT_LIBS="-levent"
make %{?_smp_mflags}
%if %{with check}
%check
export SKIP_TEST_101=1
%{__make} test
%endif
%install
%makeinstall