Re: [PATCH] fix grammar in comments and documentation

2009-04-10 Thread Ralf Wildenhues
Hi Jim, * Jim Meyering wrote on Fri, Apr 10, 2009 at 12:54:14PM CEST: > idly searched for grammar errors with this > > git grep '\ > found a few: > > >From 44000e4d8890bf2bdcdfe448b035836fda36b5d7 Mon Sep 17 00:00:00 2001 > From: Jim Meyering > Date: Fri, 10 Apr 2009 12:52:19 +0200 > Subject

parallel-tests: dependencies between tests

2009-04-10 Thread Ralf Wildenhues
Hello, another API question turned up: do we want the developer to specify dependencies between tests as foo.log: bar.log or as foo_log_DEPENDENCIES = bar.log There are reasons for^W^Wproblems with both: - *_DEPENDENCIES can also work when tests do not use a suffix listed in TEST_EXTENSION

parallel-tests: more testsuite exposure.

2009-04-10 Thread Ralf Wildenhues
Another trivial patch, pushed to next. Cheers, Ralf parallel-tests: more testsuite exposure. * tests/parallel-tests.test: Also test overriding TEST_LOGS and TESTS. diff --git a/tests/parallel-tests.test b/tests/parallel-tests.test index 056ab2f..c2ff258 100755 --- a/tests/parall

parallel-tests: let VERBOSE=yes output appear before summary.

2009-04-10 Thread Ralf Wildenhues
I noticed that VERBOSE=yes output is a bit confusing when you only look at the end afterwards: the summary is posted before the per-test output but not afterwards. Since test-suite.log starts with summary-like output anyway, reversing that order makes things much nicer. :-) Pushed to 'next'. Ch

Re: recheck, recheck-html, check-html

2009-04-10 Thread Ralf Wildenhues
Hi Akim, * Akim Demaille wrote on Thu, Apr 09, 2009 at 09:49:43AM CEST: > Le 6 avr. 09 à 07:52, Ralf Wildenhues a écrit : > > I'm sorry for being so unresponsive, I hope I'm not causing some delays > in the release of Automake! Not really. I have a nonempty list of other buglets to fix st

[PATCH] fix grammar in comments and documentation

2009-04-10 Thread Jim Meyering
idly searched for grammar errors with this git grep '\From 44000e4d8890bf2bdcdfe448b035836fda36b5d7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 10 Apr 2009 12:52:19 +0200 Subject: [PATCH] fix grammar in comments and documentation * automake.in: * doc/automake.texi: * lib/Automake/Ch