automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, micro, updated. v1.13.2-62-


From: Peter Rosin
Subject: [Automake-commit] [SCM] GNU Automake branch, micro, updated. v1.13.2-62-geb33ae2
Date: Wed, 29 May 2013 15:21:42 +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=eb33ae2b29f33bcf65afc036c9a92a61f77f75e3

The branch, micro has been updated
       via  eb33ae2b29f33bcf65afc036c9a92a61f77f75e3 (commit)
      from  625678d54b616bf5c2db6c803f4b0746f70e3e53 (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 eb33ae2b29f33bcf65afc036c9a92a61f77f75e3
Author: Peter Rosin <address@hidden>
Date:   Wed May 29 17:10:40 2013 +0200

    tests: prune some weed in a non-POSIX test
    
    Fixes automake bug#14494.
    
    * t/distcheck-pr10470.sh: Make sure the test-driver is installed. Adjust
    to run_make changes. Adjust grep pattern to match new output.
    
    Signed-off-by: Peter Rosin <address@hidden>
    Co-authored-by: Stefano Lattarini <address@hidden>

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

Summary of changes:
 t/distcheck-pr10470.sh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/t/distcheck-pr10470.sh b/t/distcheck-pr10470.sh
index f6cb160..a2781df 100644
--- a/t/distcheck-pr10470.sh
+++ b/t/distcheck-pr10470.sh
@@ -45,13 +45,13 @@ chmod a+x foo.test
 
 $ACLOCAL
 $AUTOCONF
-$AUTOMAKE
+$AUTOMAKE -a
 ./configure
 
 # We can build the distribution.
-run_make -M -e FAIL distcheck
+run_make -M distcheck
 # Sanity check: verify that our code has hit a problem removing
 # the distdir, but has recovered from it.
-grep "rm:.*$destdir" output || fatal_ "expected code path not covered"
+$EGREP "(^| )(rm|find):.*$distdir" output || fatal_ "expected code path not 
covered"
 
 :


hooks/post-receive
-- 
GNU Automake



reply via email to

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