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
|
||||
|
||||
|
@ -41,12 +41,15 @@ almost completely POSIX 1003.2 compliant.
|
||||
%prep
|
||||
%setup -q
|
||||
chmod -x COPYING
|
||||
# skip strftime time
|
||||
sed -ie 's/ strftime / /g' test/Makefile.in
|
||||
|
||||
%build
|
||||
%configure --libexecdir=%{_libdir}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
# strftime test skipped via prep section
|
||||
make check %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user