From 04ecde5bfc1c612a5f80260be5c3f68e4f7a691180cf5c863d62d532dfd407cf Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 28 May 2019 11:09:24 +0000 Subject: [PATCH] - Do not run any tests in parallel - this caused random failures OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=69 --- bison.changes | 1 + bison.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/bison.changes b/bison.changes index b86e31b..31c43f8 100644 --- a/bison.changes +++ b/bison.changes @@ -4,6 +4,7 @@ Tue May 28 08:43:17 UTC 2019 - Martin Pluskal - Update to version 3.4.1 * Multiple changes, mostly bugfixes - see provided NEWS for details +- Do not run any tests in parallel - this caused random failures ------------------------------------------------------------------- Sat Feb 16 06:45:57 UTC 2019 - Bernhard Wiedemann diff --git a/bison.spec b/bison.spec index acf7196..b6600f5 100644 --- a/bison.spec +++ b/bison.spec @@ -63,6 +63,7 @@ Bison is a parser generator similar to yacc(1). %endif %check +# Tests dont work reliably in parallel make --jobs=1 check %install