From: Ralf Wildenhues Date: Sat, 23 May 2009 20:54:15 +0000 (+0200) Subject: testsuite: do not fail in cleanup code. X-Git-Tag: v1.11.1~15^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edf543567edfbd3e4d658180fdb2cb2b26eb9783;p=thirdparty%2Fautomake.git testsuite: do not fail in cleanup code. * tests/defs.in: Turn off errexit in the cleanup trap, to avoid a test failure due to a nonzero command. * THANKS: Update. Report by Dagobert Michelsen. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 78b43e033..cb0c44f15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-05-23 Ralf Wildenhues + + testsuite: do not fail in cleanup code. + * tests/defs.in: Turn off errexit in the cleanup trap, to avoid + a test failure due to a nonzero command. + * THANKS: Update. + Report by Dagobert Michelsen. + 2009-05-23 Peter O'Gorman python: do not install in system directories on Darwin 9. diff --git a/THANKS b/THANKS index 07b5872c5..6f6598eee 100644 --- a/THANKS +++ b/THANKS @@ -58,6 +58,7 @@ Chris Provenzano proven@io.proven.org Christian Cornelssen ccorn@cs.tu-berlin.de Claudio Fontana sick_soul@yahoo.it Clifford Wolf clifford@clifford.at +Dagobert Michelsen dam@opencsw.org Dalibor Topic robilad@kaffe.org danbp danpb@nospam.postmaster.co.uk Daniel Jacobowitz drow@false.org diff --git a/tests/defs.in b/tests/defs.in index 6e262024b..7d74dd217 100644 --- a/tests/defs.in +++ b/tests/defs.in @@ -254,6 +254,7 @@ mkdir $testSubDir sh_errexit_works=@sh_errexit_works@ if test "$sh_errexit_works" = yes; then trap 'exit_status=$? + set +e cd "$curdir" case $exit_status,$keep_testdirs in 0,)