Accepting request 802755 from home:Andreas_Schwab:Factory
- Increase default timeout - Run testsuite in verbose mode OBS-URL: https://build.opensuse.org/request/show/802755 OBS-URL: https://build.opensuse.org/package/show/Base:System/autogen?expand=0&rev=74
This commit is contained in:
parent
8c817bff33
commit
8610e3a90b
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 16:28:29 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Increase default timeout
|
||||
- Run testsuite in verbose mode
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 23 15:10:17 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
12
autogen.spec
12
autogen.spec
@ -96,7 +96,7 @@ touch aclocal.m4 configure Makefile.in config-h.in
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-timeout=20 \
|
||||
--enable-timeout=70 \
|
||||
--disable-static \
|
||||
--with-pic
|
||||
make %{?_smp_mflags}
|
||||
@ -107,15 +107,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%fdupes -s %{buildroot}%{_datadir}
|
||||
|
||||
%check
|
||||
make %{?_smp_mflags} check || {
|
||||
for f in */test/test-suite.log; do
|
||||
if test -f "$f"; then
|
||||
echo "======== $f ========"
|
||||
cat "$f"
|
||||
fi
|
||||
done
|
||||
exit 1
|
||||
}
|
||||
make %{?_smp_mflags} check VERBOSE=1
|
||||
|
||||
%post
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/autogen.info%{ext_info}
|
||||
|
Loading…
Reference in New Issue
Block a user