From 8610e3a90b1ef326ac04ee467c54543dbd0b73e784b23e4b4a3e347234811000 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 11 May 2020 17:47:59 +0000 Subject: [PATCH] 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 --- autogen.changes | 6 ++++++ autogen.spec | 12 ++---------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/autogen.changes b/autogen.changes index ee3cbfb..c01aadb 100644 --- a/autogen.changes +++ b/autogen.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 11 16:28:29 UTC 2020 - Andreas Schwab + +- Increase default timeout +- Run testsuite in verbose mode + ------------------------------------------------------------------- Mon Mar 23 15:10:17 UTC 2020 - Andreas Schwab diff --git a/autogen.spec b/autogen.spec index d11ab0f..f024c9d 100644 --- a/autogen.spec +++ b/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}