automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-670-g


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-670-g3a42288
Date: Sun, 22 Jan 2012 16:30:21 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=3a422887c20556cc9f5e4a856c046f336f2997b4

The branch, maint has been updated
       via  3a422887c20556cc9f5e4a856c046f336f2997b4 (commit)
      from  b08103fedac9fbdf0a24f9192a901ea4b01e45af (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3a422887c20556cc9f5e4a856c046f336f2997b4
Author: Stefano Lattarini <address@hidden>
Date:   Sun Jan 22 17:18:59 2012 +0100

    tests: fix spurious failure due to autom4te caching
    
    * tests/lzma.test: Remove stale autom4te.cache directories, to
    prevent racy, spurious failures (using 'aclocal --force' was
    not enough, since the cache was still picked up by the following
    automake call).

-----------------------------------------------------------------------

Summary of changes:
 tests/lzma.test |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tests/lzma.test b/tests/lzma.test
index 7ee59f7..bf65aea 100755
--- a/tests/lzma.test
+++ b/tests/lzma.test
@@ -40,7 +40,8 @@ test: distcheck
        test -f $(DIST_ARCHIVES)
 END
 
-$ACLOCAL --force
+rm -rf autom4te*.cache
+$ACLOCAL
 AUTOMAKE_fails
 grep "^configure\\.in:2:.*$errmsg" stderr
 


hooks/post-receive
-- 
GNU Automake



reply via email to

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