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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> + + Avoid spurious test failure with `make check TESTS=check5.test'. + * tests/check5.test: unset TESTS. + 2007-11-11 Ralf Wildenhues <[EMAIL PROTECTED]> 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