From db8d708abca6f7996ec0f8753d3c4676f6080729 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 29 Jul 2016 08:35:13 +0200 Subject: [PATCH] check: re-enable erlang tests Resolves: rhbz#1236072 Version: 2.69-23 --- autoconf.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/autoconf.spec b/autoconf.spec index e35fc40..d9afa03 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -1,7 +1,7 @@ Summary: A GNU tool for automatically configuring source code Name: autoconf Version: 2.69 -Release: 22%{?dist} +Release: 23%{?dist} License: GPLv2+ and GFDL Group: Development/Tools Source0: http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.xz @@ -77,7 +77,8 @@ make %check %if %{with check} # make check # TESTSUITEFLAGS='1-198 200-' # will disable nr. 199. -make check TESTSUITEFLAGS="-k \!erlang" +# make check TESTSUITEFLAGS="-k \!erlang" +make check %endif %install @@ -111,6 +112,9 @@ fi %doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO %changelog +* Fri Jul 29 2016 Pavel Raiskup - 2.69-23 +- re-enable erlang tests, after rhbz#1240487 fix + * Wed Feb 03 2016 Fedora Release Engineering - 2.69-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild