summaryrefslogtreecommitdiff
path: root/tests/autotest.at
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2009-08-11 09:40:17 +0200
committerPaolo Bonzini <bonzini@gnu.org>2009-08-12 12:22:14 +0200
commitc6aa493da470a5f2578508632058188e81a91af6 (patch)
tree9b928ac551a174d4a7f8b4a3cb4bba2018d93fa2 /tests/autotest.at
parent50e64b37cdbe5655fe21adf10b58bc32248f5801 (diff)
downloadautoconf-c6aa493da470a5f2578508632058188e81a91af6.tar.gz
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.
Diffstat (limited to 'tests/autotest.at')
-rw-r--r--tests/autotest.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autotest.at b/tests/autotest.at
index 7b8e0eef..ced792b0 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])