automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [FYI] {maint} tests: fix spurious failures due to autom4te caching


From: Stefano Lattarini
Subject: Re: [FYI] {maint} tests: fix spurious failures due to autom4te caching
Date: Fri, 06 Jan 2012 14:34:28 +0100

On 01/06/2012 01:42 PM, Stefano Lattarini wrote:
> * tests/aclocal9.test: Call aclocal and autoconf with the `--force'
> option.
> * tests/acloca10.test: Sleep between re-runs of aclocal and autoconf.
> * tests/acloca18.test: Explicitly remove also the configure script
> and the aclocal.m4 before re-invoking aclocal and autoconf.
> ---
>  tests/acloca10.test |    8 +++++++-
>  tests/acloca18.test |   20 +++++++++++++-------
>  tests/aclocal9.test |    6 +++---
>  3 files changed, 23 insertions(+), 11 deletions(-)
> 
Oh, and consider this squashed in:

  diff --git a/tests/acloca18.test b/tests/acloca18.test
  index 589f0f2..7c97301 100755
  --- a/tests/acloca18.test
  +++ b/tests/acloca18.test
  @@ -72,7 +72,9 @@ $AUTOCONF
   grep macro12 foo
   grep macro23 foo

  +cp -f aclocal.m4 aclocal-m4.sav
   clean_stale
  +mv -f aclocal-m4.sav aclocal.m4
   $ACLOCAL -I 4 -I 1 -I 2 -I 3 --install --dry-run
   $AUTOCONF
   ./configure

Sorry for the noise,
  Stefano



reply via email to

[Prev in Thread] Current Thread [Next in Thread]