This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FAIL: make.test


>>>>> "adl" == Alexandre Duret-Lutz <duret_g@lrde.epita.fr> writes:

adl> I managed to reproduce this (on NetBSD 1.5.2), and reduced the
adl> failure to the following script:

adl> % cat foo.sh
adl> set -e
adl> for x in a; do
adl>    BAR="foo"
adl>    false && echo true
adl>    echo mumble
adl> done

We already have added workarounds for this bugs in other places.
If you want to add one to make.test, I don't have a problem with it.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]