check: re-enable erlang tests
Resolves: rhbz#1236072 Version: 2.69-23
This commit is contained in:
parent
a2a1a48584
commit
db8d708abc
@ -1,7 +1,7 @@
|
|||||||
Summary: A GNU tool for automatically configuring source code
|
Summary: A GNU tool for automatically configuring source code
|
||||||
Name: autoconf
|
Name: autoconf
|
||||||
Version: 2.69
|
Version: 2.69
|
||||||
Release: 22%{?dist}
|
Release: 23%{?dist}
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Source0: http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.xz
|
Source0: http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.xz
|
||||||
@ -77,7 +77,8 @@ make
|
|||||||
%check
|
%check
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
# make check # TESTSUITEFLAGS='1-198 200-' # will disable nr. 199.
|
# make check # TESTSUITEFLAGS='1-198 200-' # will disable nr. 199.
|
||||||
make check TESTSUITEFLAGS="-k \!erlang"
|
# make check TESTSUITEFLAGS="-k \!erlang"
|
||||||
|
make check
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -111,6 +112,9 @@ fi
|
|||||||
%doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO
|
%doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 29 2016 Pavel Raiskup <praiskup@redhat.com> - 2.69-23
|
||||||
|
- re-enable erlang tests, after rhbz#1240487 fix
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.69-22
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.69-22
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user