]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix testsuite log capturing for tests 183 and 186.
authorPaolo Bonzini <bonzini@gnu.org>
Tue, 11 Aug 2009 07:40:17 +0000 (09:40 +0200)
committerPaolo Bonzini <bonzini@gnu.org>
Wed, 12 Aug 2009 10:22:14 +0000 (12:22 +0200)
* tests/autotest.at (AT_CHECK_AT_PREP): Prepend AT_dir to
testsuite log file for AT_CAPTURE_FILE.

ChangeLog
tests/autotest.at

index 80cd9a13947e248f5be3f937029ae17aafd4318e..430c6faf35e168f5df01ec28e376ce61e52187c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-12  Paolo Bonzini  <bonzini@gnu.org>
+
+       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  <Ralf.Wildenhues@gmx.de>
 
        Ensure we do not regress with AC_CHECK_MEMBERS.
index 7b8e0eef64b641b474e48e6526c4b51b339c0788..ced792b087416629bf354805507cf3fcb8c9af86 100644 (file)
@@ -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])