From c9a4c451415590904170b6f8d5ec8ce9f88116ff201627f8dbed3fc2f4e4f848 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Thu, 7 May 2015 19:14:41 +0000 Subject: [PATCH] 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 --- gawk.changes | 5 +++++ gawk.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/gawk.changes b/gawk.changes index 66c5954..4c1da46 100644 --- a/gawk.changes +++ b/gawk.changes @@ -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 diff --git a/gawk.spec b/gawk.spec index 178bc1c..ab23e33 100644 --- a/gawk.spec +++ b/gawk.spec @@ -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