Re: testsuite failures when test scripts are run with zsh

2009-10-08 Thread Ralf Wildenhues
Hello Stefano, * Stefano Lattarini wrote on Wed, Oct 07, 2009 at 08:01:51PM CEST: > The master branch of the automake Git repository has advanced again > since I submitted the latest version of my patch. In particular, a new > test cases has been added, which required some editing to work smooth

Re: testsuite failures when test scripts are run with zsh

2009-10-07 Thread Stefano Lattarini
The master branch of the automake Git repository has advanced again since I submitted the latest version of my patch. In particular, a new test cases has been added, which required some editing to work smoothly with Zsh. Thus I rebased my patch against the latest master branch. The updated pat

Re: testsuite failures when test scripts are run with zsh

2009-10-03 Thread Stefano Lattarini
As the master branch of the automake Git repository has advanced since I submitted my patch, I rebased it against the latest master branch. The updated patch is attached. Regards, Stefano From 8ed404c67e43a150fa21f274f248cedbf2a29a9a Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed

Re: testsuite failures when test scripts are run with zsh

2009-09-10 Thread Stefano Lattarini
At Wednesday 09 September 2009, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Mon, Sep 07, 2009 at 12:04:11AM CEST: > > > > [CUT] > > > > Well, in fact I thought of a possible workaround (by means of a > > proper new shell function defined in `tests/defs.in', and loosely > > inspired to A

Re: testsuite failures when test scripts are run with zsh

2009-09-07 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Mon, Sep 07, 2009 at 12:04:11AM CEST: > At Sunday 06 September 2009, Ralf Wildenhues wrote: > > info Autoconf "File Descriptors" > > > > describes this issue and a possible workaround. Wanna give it a > > try? > > > Well, in fact I thought of a possible workaround (by

Re: testsuite failures when test scripts are run with zsh

2009-09-06 Thread Stefano Lattarini
At Sunday 06 September 2009, Ralf Wildenhues wrote: > > > > If anybody is still interested in this report: I did some further > > investigations, and it soon turned out that the failures are due > > to the fact that zsh (version 4 or later) handle the `-x' option > > in a totally brain-damaged wa

Re: testsuite failures when test scripts are run with zsh

2009-09-06 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Mon, Aug 31, 2009 at 01:30:05PM CEST: > > I forced the automake testsuite to run tests in parallel using the > > *Zsh* shell, with the following command: > > $ make -j5 TEST_LOG_COMPILER='zsh --nofunctionargzero' check > > > > The following failures turne

Re: testsuite failures when test scripts are run with zsh

2009-08-31 Thread Stefano Lattarini
Stefano Lattarini wrote: > Hi everybody. > > I forced the automake testsuite to run tests in parallel using the > *Zsh* shell, with the following command: > $ make -j5 TEST_LOG_COMPILER='zsh --nofunctionargzero' check > > The following failures turned up: > > FAIL: aclocal8.test (exit: 1) > FAIL

testsuite failures when test scripts are run with zsh

2009-08-25 Thread Stefano Lattarini
Hi everybody. I forced the automake testsuite to run tests in parallel using the *Zsh* shell, with the following command: $ make -j5 TEST_LOG_COMPILER='zsh --nofunctionargzero' check The following failures turned up: FAIL: aclocal8.test (exit: 1) FAIL: acsilent.test (exit: 1) FAIL: depcomp2.te