]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
ChangeLog for previous commit.
authorEric Blake <ebb9@byu.net>
Thu, 2 Oct 2008 14:59:37 +0000 (08:59 -0600)
committerEric Blake <ebb9@byu.net>
Thu, 2 Oct 2008 14:59:37 +0000 (08:59 -0600)
Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog

index c277148985a4fd6d70d01299351d79c13e3fce3c..6b3f95b5907a15f1ca122b5ece48baa59d6114a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2008-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Implement parallel Autotest test execution: testsuite --jobs.
+       * lib/autotest/general.m4 (AT_JOB_FIFO_FD): New macro.
+       (AT_INIT): <at_jobs>: New variable.
+       Accept -j, -jN, --jobs[=N], document them in --help output.
+       Implement parallel driver loop using a FIFO, enabled with --jobs
+       and if mkfifo works; otherwise, fall back to sequential loop.
+       (AT_SETUP): Store, do not output summary progress line if
+       parallel.
+       * tests/autotest.at (parallel test execution, parallel truth)
+       (parallel fallacy, parallel skip): New tests.
+       * doc/autoconf.texi (testsuite Invocation): Document -j, --jobs,
+       the mkfifo requirement, and that --errexit may cause concurrent
+       jobs to finish.
+       * NEWS: Update.
+
 2008-09-20  Eric Blake  <ebb9@byu.net>
 
        Fix sample isinf definition.