Accepting request 305818 from home:AndreasStieger:branches:Base:System
- skip frequently failing and timing dependent test strftime OBS-URL: https://build.opensuse.org/request/show/305818 OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=43
This commit is contained in:
parent
655d777a11
commit
c9a4c45141
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 7 19:13:00 UTC 2015 - astieger@suse.com
|
||||||
|
|
||||||
|
- skip frequently failing and timing dependent test strftime
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 7 07:48:15 UTC 2015 - mpluskal@suse.com
|
Thu May 7 07:48:15 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -41,12 +41,15 @@ almost completely POSIX 1003.2 compliant.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
chmod -x COPYING
|
chmod -x COPYING
|
||||||
|
# skip strftime time
|
||||||
|
sed -ie 's/ strftime / /g' test/Makefile.in
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --libexecdir=%{_libdir}
|
%configure --libexecdir=%{_libdir}
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# strftime test skipped via prep section
|
||||||
make check %{?_smp_mflags}
|
make check %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user