]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
testsuite: do not fail in cleanup code.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 23 May 2009 20:54:15 +0000 (22:54 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 24 May 2009 12:36:30 +0000 (14:36 +0200)
* 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 <Ralf.Wildenhues@gmx.de>
ChangeLog
THANKS
tests/defs.in

index 78b43e033342f6b9b3d2cd4695ac8fad96eaa7a1..cb0c44f15f776a1cc44e162bf3f300c25a0376fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       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  <peter@pogma.com>
 
        python: do not install in system directories on Darwin 9.
diff --git a/THANKS b/THANKS
index 07b5872c559e3b48f72ea5c95e5a40405fef97a4..6f6598eeedd1d1706d9952982bc0d4ca085b8967 100644 (file)
--- 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
index 6e262024b436eea5217f13f74c6504d00dea6a7a..7d74dd217e7f03ab8156e751168dc22573860fe2 100644 (file)
@@ -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,)