[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 1.8.3 Solaris 9 test failures
From: |
Alexandre Duret-Lutz |
Subject: |
Re: 1.8.3 Solaris 9 test failures |
Date: |
Sun, 14 Mar 2004 08:47:20 +0100 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) |
[Moved to bug-automake.]
>>> "Lars" == Lars Hecking <address@hidden> writes:
Lars> Please don't use test -e - it is not available in Solaris' /bin/sh.
Yeah, that's why conflnk3.test starts with
set -e
# Skip platforms where `test -e' does not work. (Note that Changing
# all `test -e' into `test -h' will not work when AC_CONFIG_LINKS
# copies or hardlinks files.)
test -e configure.in || exit 77
Why doesn't it exit 77?
Would `(test -e configure.in) || exit 77' work better?
Would moving the `set -e' after that command help?
[...]
Lars> No idea about this one.
Lars> $ make check TESTS=acloca14.test VERBOSE=t
Could you run it with VERBOSE=x (not t)?
--
Alexandre Duret-Lutz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: 1.8.3 Solaris 9 test failures,
Alexandre Duret-Lutz <=