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>
|
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
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--enable-timeout=20 \
|
--enable-timeout=70 \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-pic
|
--with-pic
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -107,15 +107,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%fdupes -s %{buildroot}%{_datadir}
|
%fdupes -s %{buildroot}%{_datadir}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} check || {
|
make %{?_smp_mflags} check VERBOSE=1
|
||||||
for f in */test/test-suite.log; do
|
|
||||||
if test -f "$f"; then
|
|
||||||
echo "======== $f ========"
|
|
||||||
cat "$f"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/autogen.info%{ext_info}
|
%install_info --info-dir=%{_infodir} %{_infodir}/autogen.info%{ext_info}
|
||||||
|
Loading…
Reference in New Issue
Block a user