Accepting request 607057 from science

- temporarily disable unit tests on i586 (boo#1092530)

OBS-URL: https://build.opensuse.org/request/show/607057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2018-06-08 21:07:50 +00:00 committed by Git OBS Bridge
commit bf71af1e93
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 14 13:07:21 UTC 2018 - adam.majer@suse.de
- temporarily disable unit tests on i586 (boo#1092530)
-------------------------------------------------------------------
Tue Jun 20 08:26:18 UTC 2017 - adam.majer@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package gsl
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -160,7 +160,11 @@ export CFLAGS="%{optflags}"
make %{?_smp_mflags}
%check
%ifarch %{ix86}
make %{?_smp_mflags} check || ( find -name \*.log -print -exec cat {} \; ; exit 0 )
%else
make %{?_smp_mflags} check || ( find -name \*.log -print -exec cat {} \; ; exit 1 )
%endif
%install
%make_install