New Autotest testsuite option --recheck.
commit41bd1b25dc6737dbf6c8b4fad88f7968f1c4161b
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 14 Jun 2010 18:31:58 +0000 (14 20:31 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 14 Jun 2010 18:37:38 +0000 (14 20:37 +0200)
tree85c3394fcec1da71d0647a595e892a57d469115d
parentd1a23e61aa727888683d9796aea01a82073934ca
New Autotest testsuite option --recheck.

* lib/autotest/general.m4 (AT_INIT): New variable $at_recheck.
Escape hyphen in $at_dir early.  Accept command line switch
--recheck.  Set $at_suite_log early, based on --directory
switch; with --recheck, include the list of FAILed and XPASSed
tests from old testsuite.log file in $at_groups.  Document
--recheck in --help output.
* tests/autotest.at (recheck): New test.
* doc/autoconf.texi (testsuite Invocation): Document --recheck.
* NEWS: Update.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
NEWS
doc/autoconf.texi
lib/autotest/general.m4
tests/autotest.at