* lib/autotest/general.m4 (AT_CLEANUP): Actually print test
title in verbose output. Fixes
AUTOCONF-2.57-101-gc102ed8
regression.
* tests/autotest.at (AT_CHECK_AT_TITLE): Amend macro to check
for test title in -v output.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+2010-04-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ Fix autotest testsuite -v output to print test group title.
+ * lib/autotest/general.m4 (AT_CLEANUP): Actually print test
+ title in verbose output. Fixes AUTOCONF-2.57-101-gc102ed8
+ regression.
+ * tests/autotest.at (AT_CHECK_AT_TITLE): Amend macro to check
+ for test title in -v output.
+
2010-04-26 Eric Blake <eblake@redhat.com>
Clarify octal escapes with tr.
AT_xfail
echo "# -*- compilation -*-" >> "$at_group_log"
(
- AS_ECHO(["AT_ordinal. m4_defn([AT_line]): testing $1..."])
+ AS_ECHO(["AT_ordinal. m4_defn([AT_line]): testing $at_desc ..."])
$at_traceon
m4_undivert([TEST_SCRIPT])dnl Insert the code here
set +x
[[$3
ok
]])
+AT_CHECK([[$CONFIG_SHELL ./micro-suite -v |
+ sed -n 's/.*testing \(.*\) \.\.\./\1/p']],,
+[[$3
+]])
AT_CHECK([[$CONFIG_SHELL ./micro-suite -l |
sed -n 's/.*[0-9]: [^ ][^ ]*[ ][ ]*\(.*[^ ]\)[ ]*/\1/p']],,
[[$3