This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: results with automake-1.6d
>>> "Art" == Art Haas <ahaas@neosoft.com> writes:
[...]
Art> + pid=17058
Art> + sleep 15
Art> + /usr/bin/perl /home/arth/gnu/automake/objdir/tests/testSubDir/../../automake --libdir=/home/arth/gnu/automake/tests/../lib --foreign -Werror -Wall
Art> + kill -0 17058
Art> + kill 17058
Art> + exit 1
Art> FAIL: cond5.test
[...]
automake is slower nowadays because it runs autoconf (in this
autoconf hasn't been run before so there is no cache to help).
I'm installing the following patch.
2002-09-22 Alexandre Duret-Lutz <duret_g@epita.fr>
* tests/cond5.test: Give more time to automake.
Reported by Art Haas.
Index: tests/cond5.test
===================================================================
RCS file: /cvs/automake/automake/tests/cond5.test,v
retrieving revision 1.5
diff -u -r1.5 cond5.test
--- tests/cond5.test 8 Sep 2002 13:07:55 -0000 1.5
+++ tests/cond5.test 22 Sep 2002 17:49:26 -0000
@@ -51,7 +51,7 @@
$AUTOMAKE &
pid=$!
-sleep 15
+sleep 60
kill -0 $pid && {
kill $pid
exit 1
--
Alexandre Duret-Lutz