Bump test multiplier and run tests verbosely
Resolves: rhbz#1984822 - lasso: FTBFS in test suite due to short test timeout (potentially OpenSSL-related)
This commit is contained in:
parent
cdd170d5b2
commit
3791d4b04d
@ -59,7 +59,7 @@
|
||||
Summary: Liberty Alliance Single Sign On
|
||||
Name: lasso
|
||||
Version: 2.7.0
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://lasso.entrouvert.org/
|
||||
Source: http://dev.entrouvert.org/lasso/lasso-%{version}.tar.gz
|
||||
@ -235,7 +235,7 @@ export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk
|
||||
%make_build CFLAGS="%{optflags}"
|
||||
|
||||
%check
|
||||
make check CK_TIMEOUT_MULTIPLIER=5
|
||||
make check CK_TIMEOUT_MULTIPLIER=10 VERBOSE=yes
|
||||
|
||||
%install
|
||||
#install -m 755 -d %{buildroot}%{_datadir}/gtk-doc/html
|
||||
@ -322,6 +322,10 @@ rm -fr %{buildroot}%{_defaultdocdir}/%{name}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jul 29 2021 Jakub Hrozek <jhrozek@redhat.com> - 2.7.0-6
|
||||
- Resolves: rhbz#1984822 - lasso: FTBFS in test suite due to short test
|
||||
timeout (potentially OpenSSL-related)
|
||||
|
||||
* Mon Jun 28 2021 Jakub Hrozek <jhrozek@redhat.com> - 2.7.0-5
|
||||
- Don't run configure twice
|
||||
- Resolves: rhbz#1935987 - lasso implements and/or uses the deprecated
|
||||
|
||||
Loading…
Reference in New Issue
Block a user