autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.69-31-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.69-31-g5266122
Date: Fri, 21 Sep 2012 21:40:23 +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 Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=52661228b1f219fce0a429654fd1f69c5af76135

The branch, master has been updated
       via  52661228b1f219fce0a429654fd1f69c5af76135 (commit)
      from  eb75296d0112e911c885ecf3a8a17d76c8eaa4f9 (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 52661228b1f219fce0a429654fd1f69c5af76135
Author: Eric Blake <address@hidden>
Date:   Fri Sep 21 15:27:58 2012 -0600

    tests: sort preselections to make test failures easier to read
    
    Prompted by Stefano Lattarini's report of a test failure due to
    a missing preselection for automake 1.12.
    
    * tests/tools.at (autom4te preselections): Sort before diffing.

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

Summary of changes:
 tests/tools.at |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/tools.at b/tests/tools.at
index 5a9ee63..4ffe3da 100644
--- a/tests/tools.at
+++ b/tests/tools.at
@@ -1190,7 +1190,7 @@ AT_CHECK([autoconf])
 
 # If this test fails due to missing entries in lib/autom4te.in, then
 # comparing the old and new requests is a good place to start debugging:
-cp autom4te.cache/requests old-requests
+sort autom4te.cache/requests >old-requests
 echo newer >newer
 $sleep # if `configure' is regenerated, we want it to be strictly newer,
        # to catch the error consistently.
@@ -1198,7 +1198,7 @@ AT_CHECK([aclocal], [], [], [ignore])
 AT_CHECK([automake --no-force --add-missing], [], [], [ignore])
 AT_CHECK([autoconf])
 AT_CHECK([test "`find configure -newer newer`" = "" ||
-         { diff old-requests autom4te.cache/requests; exit 1; }],
+         { sort autom4te.cache/requests | diff old-requests -; exit 1; }],
         [], [], [],
         [extract_version=['s/^[^0-9]*\([0-9][^ ]*\).*/\1/;q']
          automake_version=`automake --version | sed "$extract_version"`


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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