automake-patches
[Top][All Lists]
Advanced

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

[SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-44-gf3a0c4


From: Ralf Wildenhues
Subject: [SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-44-gf3a0c47
Date: Mon, 12 Nov 2007 18:56:48 +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=f3a0c4732aff326ce5e914f9301e7c861a262f41

The branch, branch-1-10 has been updated
       via  f3a0c4732aff326ce5e914f9301e7c861a262f41 (commit)
      from  706122247ca86b392eff6351afda76bd4fefb97f (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 f3a0c4732aff326ce5e914f9301e7c861a262f41
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Nov 12 19:53:32 2007 +0100

    Avoid spurious test failure with `make check TESTS=check5.test'.
    
    * tests/check5.test: unset TESTS.

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

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

diff --git a/ChangeLog b/ChangeLog
index 68475de..1dff7cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-12  Ralf Wildenhues  <address@hidden>
+
+       Avoid spurious test failure with `make check TESTS=check5.test'.
+       * tests/check5.test: unset TESTS.
+
 2007-11-11  Ralf Wildenhues  <address@hidden>
 
        Fix default includes ordering to be `-I. -I$(srcdir) ...' again.
diff --git a/tests/check5.test b/tests/check5.test
index 7e0e01b..18a6e15 100755
--- a/tests/check5.test
+++ b/tests/check5.test
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2006  Free Software Foundation, Inc.
+# Copyright (C) 2006, 2007  Free Software Foundation, Inc.
 #
 # This file is part of GNU Automake.
 #
@@ -50,6 +50,7 @@ END
 cp one.c two.c
 
 ./configure
+unset TESTS
 $MAKE check
 test -f ok
 EXEEXT=.bin $MAKE -e print-tests >output


hooks/post-receive
--
GNU Automake




reply via email to

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