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.64-11-g


From: Paolo Bonzini
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.64-11-gc6aa493
Date: Wed, 12 Aug 2009 10:22:34 +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=c6aa493da470a5f2578508632058188e81a91af6

The branch, master has been updated
       via  c6aa493da470a5f2578508632058188e81a91af6 (commit)
      from  50e64b37cdbe5655fe21adf10b58bc32248f5801 (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 c6aa493da470a5f2578508632058188e81a91af6
Author: Paolo Bonzini <address@hidden>
Date:   Tue Aug 11 09:40:17 2009 +0200

    Fix testsuite log capturing for tests 183 and 186.
    
    * tests/autotest.at (AT_CHECK_AT_PREP): Prepend AT_dir to
    testsuite log file for AT_CAPTURE_FILE.

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

Summary of changes:
 ChangeLog         |    6 ++++++
 tests/autotest.at |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 80cd9a1..430c6fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-12  Paolo Bonzini  <address@hidden>
+
+       Fix testsuite log capturing for tests 183 and 186.
+       * tests/autotest.at (AT_CHECK_AT_PREP): Prepend AT_dir to
+       testsuite log file for AT_CAPTURE_FILE.
+
 2009-08-10  Ralf Wildenhues  <address@hidden>
 
        Ensure we do not regress with AC_CHECK_MEMBERS.
diff --git a/tests/autotest.at b/tests/autotest.at
index 7b8e0ee..ced792b 100644
--- a/tests/autotest.at
+++ b/tests/autotest.at
@@ -44,7 +44,7 @@ m4_define([AT_CHECK_AT_PREP],
 dnl overquote AT_dir, to make it easier to use
 m4_pushdef([AT_dir], m4_ifval([$6], [[[$6]]], [.]))dnl
 dnl
-AT_CAPTURE_FILE([$1.log])dnl
+AT_CAPTURE_FILE(AT_dir[/$1.log])dnl
 dnl
 AT_DATA_AUTOTEST(AT_dir[/package.m4],
 [[m4_define([AT_PACKAGE_NAME],      [GNU Nonsense])


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

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