Re: [PATCH] Enable `set -e' in more tests (plus some tweakings).

2010-08-22 Thread Stefano Lattarini
Tested with: 1. Debian GNU/Linux, GNU make 3.79, bash 2.0, gcc 2.95, autoconf/autom4te 2.67, in-tree build 2. Debian GNU/Linux, GNU make 3.81, bash 4.1.5, gcc 4.4.4, autoconf/autom4te 2.63, VAPTHin-tree build 3. Debian GNU/Linux, Korn shell 'Version JM 93t+ 2009-05-01', F

Re: [PATCH] Enable `set -e' in more tests (plus some tweakings).

2010-08-22 Thread Stefano Lattarini
Tested with: 1. Debian GNU/Linux, GNU make 3.81, bash 4.1.5, gcc 4.4.4, autoconf/autom4te 2.67, in-tree build 2. Debian GNU/Linux, GNU make 3.80, Debian Alquist shell 0.5.5, gcc 4.4.4, autoconf/autom4te 2.65, VPATH build 3. Debian GNU/Linux, GNU make 3.79, bash 2.0, gcc 2.95,

Re: [PATCH] Enable `set -e' in more tests (plus some tweakings).

2010-08-22 Thread Stefano Lattarini
On Sunday 22 August 2010, Ralf Wildenhues wrote: > Hi Stefano, > > * Stefano Lattarini wrote on Sun, Aug 22, 2010 at 03:10:54PM CEST: > > This patch shouldn't cause problems, as the modified tests do not > > use shell functions nor complex shell constructs, loops or > > conditionals (with the exce

Re: [PATCH] Enable `set -e' in more tests (plus some tweakings).

2010-08-22 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Sun, Aug 22, 2010 at 03:10:54PM CEST: > This patch shouldn't cause problems, as the modified tests do not use > shell functions nor complex shell constructs, loops or conditionals > (with the exception of `info.test', but see the "FIXME" comment added >

[PATCH] Enable `set -e' in more tests (plus some tweakings).

2010-08-22 Thread Stefano Lattarini
And another patch enabling a more widespread use of the `errexit' shell flag in test scripts. This one does most of the tests from `m' to `z' (but not the `texinfo*.test' tests; I think it's better to keep those for a separate patch). This patch shouldn't cause problems, as the modified tests do

[PATCH] Enable `set -e' in more tests (plus some tweakings).

2010-08-22 Thread Stefano Lattarini
Another patch enabling a more widespread use of the `errexit' shell flag in test scripts. This one does most of the tests from `a' to `l'. This patch shouldn't cause problems, as the modified tests do not use shell functions nor complex shell constructs, loops or conditionals (with the except

Re: [PATCH 3/6] Add tests for non-default autotools in rebuild rules.

2010-08-22 Thread Stefano Lattarini
Here is an amendment triggered by Ralf observations and suggestions. It has been quite tricky to get right (hoping that new it's really right...). In the generated scripts wrapping an autotool, I now use the absolute path of the wrapped autotool. This avoids potential spurious failures and fork

Re: [PATCH 5/6] Fix tests missing.test and missing2.test.

2010-08-22 Thread Stefano Lattarini
Patch amended to keep up with amendments in [PATCH 2/6]. Regards, Stefano From 290e734ee3c91320f9326aaae75e817c59083919 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 18 Aug 2010 22:36:05 +0200 Subject: [PATCH 5/6] Fix tests missing.test and missing2.test. * tests/missing.test, te